Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scenario ¶
type Scenario struct { Name string Enabled bool Disabled bool Dependencies []string Parallel bool Tests []*Test }
func (*Scenario) AllDependencies ¶
func (*Scenario) ContainsTest ¶
func (*Scenario) EnableTests ¶
type ValueAssertion ¶
type ValueAssertion struct { Pattern *regexp.Regexp Schema *gojsonschema.Schema }
type ValueExtractor ¶
Click to show internal directories.
Click to hide internal directories.