DEBSOURCES
Skip Quicknav
sources / golang-ginkgo / 1.2.0%2Bgit20161006.acfa16a-1 / integration / _fixtures / suite_command_tests / suite_command.go
123456789
package suite_command func Tested() string { return "tested" } func Untested() string { return "untested" }