...
Go Documentation Server
GoDoc
▽
submit search
Source file
src
/
github.com
/
onsi
/
ginkgo
/
v2
/
integration
/
_fixtures
/
xunit_fixture
/
xunit_tests.go
Documentation:
github.com/onsi/ginkgo/v2/integration/_fixtures/xunit_fixture
1
package xunit_tests
2
3
func AlwaysTrue() bool {
4
return true
5
}
6
View as plain text