Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Result ¶
type Result struct {
// contains filtered or unexported fields
}
Result describes the outcome of a particular test case.
type Results ¶
type Results struct {
// contains filtered or unexported fields
}
Results is a collection of test results from a test suite.
func (Results) CountFailed ¶
CountFailed returns the number of tests that failed.
func (Results) CountPassed ¶
CountPassed returns the number of tests that passed.
Click to show internal directories.
Click to hide internal directories.