Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Steps ¶
type Steps struct {
// contains filtered or unexported fields
}
Steps is steps for VC BDD tests.
func NewSteps ¶
func NewSteps(ctx *context.BDDContext) *Steps
NewSteps returns new agent from client SDK.
func (*Steps) RegisterSteps ¶
RegisterSteps registers agent steps.
type WalletSteps ¶
type WalletSteps struct {
// contains filtered or unexported fields
}
WalletSteps is steps for wallet bridge BDD tests.
func NewWalletSteps ¶
func NewWalletSteps(ctx *context.BDDContext) *WalletSteps
NewWalletSteps returns new common wallet bridge steps from client SDK.
func (*WalletSteps) RegisterSteps ¶
func (e *WalletSteps) RegisterSteps(s *godog.Suite)
RegisterSteps registers agent steps.
Click to show internal directories.
Click to hide internal directories.