...

Source file src/github.com/onsi/ginkgo/v2/integration/_fixtures/flags_fixture/flags.go

Documentation: github.com/onsi/ginkgo/v2/integration/_fixtures/flags_fixture

     1  package flags
     2  
     3  func Tested() string {
     4  	return "tested"
     5  }
     6  
     7  func Untested() string {
     8  	return "untested"
     9  }
    10  

View as plain text