Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
type Selector interface { // Match returns `true` if the scenario should be run, `false` otherwise. Match(testCase scenario) bool }
Selector allows to exclude or include the test scenarios.
func OsSelector ¶
OsSelector is used to match test scenarios by OS name.
Click to show internal directories.
Click to hide internal directories.