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 messaging using controller/REST binding.
func NewMessagingControllerSteps ¶
func NewMessagingControllerSteps() *ControllerSteps
NewMessagingControllerSteps return new steps for messaging using controller/REST binding.
func (*ControllerSteps) RegisterSteps ¶
func (d *ControllerSteps) RegisterSteps(s *godog.Suite)
RegisterSteps registers messaging steps.
func (*ControllerSteps) SetContext ¶
func (d *ControllerSteps) SetContext(ctx *bddcontext.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 messaging using client SDK.
func NewMessagingSDKSteps ¶
func NewMessagingSDKSteps() *SDKSteps
NewMessagingSDKSteps return new steps for messaging using client SDK.
func (*SDKSteps) RegisterSteps ¶
RegisterSteps registers messaging steps.
func (*SDKSteps) SetContext ¶
func (d *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.