Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StepModules []func(ctx *godog.ScenarioContext, s *TestScenario)
StepModules is the list of functions used to add steps to a godog.ScenarioContext, you can add more to this list if you need test TestSuite specific steps.
Functions ¶
func DefaultOptions ¶
Types ¶
type TestScenario ¶
TestScenario holds that state of single scenario. It is not accessed concurrently.
type TestSuite ¶
type TestSuite struct { }
TestSuite holds the state global to all the test scenarios. It is accessed concurrently from all test scenarios.
func NewTestSuite ¶
func NewTestSuite() *TestSuite
func (*TestSuite) InitializeScenario ¶
func (suite *TestSuite) InitializeScenario(ctx *godog.ScenarioContext)
Click to show internal directories.
Click to hide internal directories.