Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feature ¶ added in v0.0.29
type Feature struct { Name string Description string Labels map[string]string // contains filtered or unexported fields }
func (*Feature) Test ¶ added in v0.0.29
Test executes the steps in the feature. The "before" steps are executed first, followed by the "assessments", followed by the "afters". On failures, the steps are short-circuited to the "afters". The "afters" are _always_ run.
func (*Feature) WithAssessment ¶ added in v0.0.29
Click to show internal directories.
Click to hide internal directories.