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 supports steps for Present Proof controller.
func NewPresentProofControllerSteps ¶
func NewPresentProofControllerSteps() *ControllerSteps
NewPresentProofControllerSteps creates steps for Present Proof 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 the presentproof using client SDK.
func NewPresentProofSDKSteps ¶
func NewPresentProofSDKSteps() *SDKSteps
NewPresentProofSDKSteps creates steps for the presentproof 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.