Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProbeStruct ¶
type ProbeStruct struct {
// contains filtered or unexported fields
}
ProbeStruct allows this probe to be added to the ProbeStore
var Probe ProbeStruct
Probe allows this probe to be added to the ProbeStore
func (ProbeStruct) Path ¶
func (p ProbeStruct) Path() string
Path returns this probe's feature file path
func (ProbeStruct) ProbeInitialize ¶
func (p ProbeStruct) ProbeInitialize(ctx *godog.TestSuiteContext)
ProbeInitialize handles any overall Test Suite initialisation steps. This is registered with the test handler as part of the init() function. func (p ProbeStruct) ProbeInitialize(ctx *godog.Suite) {
func (ProbeStruct) ScenarioInitialize ¶
func (p ProbeStruct) ScenarioInitialize(ctx *godog.ScenarioContext)
ScenarioInitialize initialises the scenario
Click to show internal directories.
Click to hide internal directories.