Documentation ¶
Overview ¶
Package behaviour provides BDD tests functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct { ConfigFile string // contains filtered or unexported fields }
Test used in behaviour tests.
func NewTestSpecifications ¶
func NewTestSpecifications() *Test
NewTestSpecifications provides a new instance of Test.
func (*Test) Loader ¶
func (test *Test) Loader(sc *godog.ScenarioContext)
Loader bootstraps the tests.
func (*Test) MustClearState ¶
MustClearState resets the state of the test.
Click to show internal directories.
Click to hide internal directories.