github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/integration/_fixtures/xunit_fixture/xunit_tests_test.go (about)

     1  package xunit_tests
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestAlwaysTrue(t *testing.T) {
     8  	if AlwaysTrue() != true {
     9  		t.Errorf("Expected true, got false")
    10  	}
    11  }