Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerSteps ¶
type ControllerSteps struct {
// contains filtered or unexported fields
}
ControllerSteps is steps for introduce with controller.
func NewIntroduceControllerSteps ¶
func NewIntroduceControllerSteps() *ControllerSteps
NewIntroduceControllerSteps creates steps for introduce with controller.
func (*ControllerSteps) RegisterSteps ¶
func (s *ControllerSteps) RegisterSteps(gs *godog.Suite)
RegisterSteps registers agent steps nolint:lll
func (*ControllerSteps) SetContext ¶
func (s *ControllerSteps) SetContext(ctx *context.BDDContext)
SetContext sets every scenario with a fresh context.
type SDKSteps ¶
type SDKSteps struct {
// contains filtered or unexported fields
}
SDKSteps is steps for introduce using client SDK.
func NewIntroduceSDKSteps ¶
func NewIntroduceSDKSteps() *SDKSteps
NewIntroduceSDKSteps creates steps for introduce with SDK.
func (*SDKSteps) RegisterSteps ¶
RegisterSteps registers agent steps.
func (*SDKSteps) SetContext ¶
func (a *SDKSteps) SetContext(ctx *context.BDDContext)
SetContext is called before every scenario is run with a fresh new context.
Click to show internal directories.
Click to hide internal directories.