Documentation ¶
Index ¶
- Variables
- func ParseGiven(givenLine string, reader *bufio.Reader) (*runnerAndArgs, error)
- func ParseThen(thenLine string, reader *bufio.Reader) (*runnerAndArgs, error)
- func ParseWhen(whenLine string, reader *bufio.Reader) (*runnerAndArgs, error)
- func RunFeatureTests(t *testing.T, stepIsolater interface{})
- func Step(regex string, f runner)
- type Background
- type Feature
- type Scenario
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RunFeatureTests ¶
Types ¶
type Background ¶
type Background struct {
// contains filtered or unexported fields
}
func ParseBackground ¶
func ParseBackground(backgroundLine string, reader *bufio.Reader) (Background, error)
type Scenario ¶
type Scenario struct { Background // contains filtered or unexported fields }
func UsingScenario ¶
Click to show internal directories.
Click to hide internal directories.