Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NonEmptyLines ¶
Types ¶
type TestResult ¶
type TestResult struct { StdOut string StdErr string NonEmptyStdOutLines []string NonEmptyStdErrLines []string }
func RunSingleTest ¶
func RunSingleTest(mainFn func(), args ...string) TestResult
func (*TestResult) HasMatchingLine ¶
func (t *TestResult) HasMatchingLine(pattern string) bool
Click to show internal directories.
Click to hide internal directories.