DEBSOURCES
Skip Quicknav
sources / golang-ginkgo / 1.16.5-5 / integration / _fixtures / suite_command_tests / suite_command.go
123456789
package suite_command func Tested() string { return "tested" } func Untested() string { return "untested" }