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 ld with controller.
func NewLDControllerSteps ¶
func NewLDControllerSteps() *ControllerSteps
NewLDControllerSteps creates steps for ld with controller.
func (*ControllerSteps) RegisterSteps ¶
func (a *ControllerSteps) RegisterSteps(s *godog.Suite)
RegisterSteps registers agent steps.
func (*ControllerSteps) SetContext ¶
func (a *ControllerSteps) SetContext(ctx *context.BDDContext)
SetContext is called before every scenario is run with a fresh new context.
type SDKSteps ¶
type SDKSteps struct {
// contains filtered or unexported fields
}
SDKSteps is steps for JSON-LD operations using client SDK.
func NewSDKSteps ¶
func NewSDKSteps() *SDKSteps
NewSDKSteps returns new steps for JSON-LD operations using client SDK.
func (*SDKSteps) RegisterSteps ¶
RegisterSteps registers the BDD steps on the suite.
func (*SDKSteps) SetContext ¶
func (s *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.