Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Expectation ¶
type Expectation string
const ( Pass Expectation = "pass" Fail Expectation = "fail" Skip Expectation = "notApplicable" )
type TestCase ¶
type TestCase struct {
Binary string
Expect Expectation
}
Click to show internal directories.
Click to hide internal directories.