Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssuanceSDKDIDCommV1Steps ¶
type IssuanceSDKDIDCommV1Steps struct {
// contains filtered or unexported fields
}
IssuanceSDKDIDCommV1Steps contains steps for WACI issuance tests using the SDK binding with DIDComm V1.
func NewIssuanceDIDCommV1SDKSteps ¶
func NewIssuanceDIDCommV1SDKSteps() *IssuanceSDKDIDCommV1Steps
NewIssuanceDIDCommV1SDKSteps returns the WACI issuance's BDD steps using the SDK binding with DIDComm V1.
func (*IssuanceSDKDIDCommV1Steps) RegisterSteps ¶
func (i *IssuanceSDKDIDCommV1Steps) RegisterSteps(suite *godog.Suite)
RegisterSteps registers the BDD test steps on the suite. Note that VC proofs are not checked in this test suite.
func (*IssuanceSDKDIDCommV1Steps) SetContext ¶
func (i *IssuanceSDKDIDCommV1Steps) SetContext(ctx *context.BDDContext)
SetContext is called before every scenario is run with a fresh context.
type IssuanceSDKDIDCommV2Steps ¶
type IssuanceSDKDIDCommV2Steps struct {
// contains filtered or unexported fields
}
IssuanceSDKDIDCommV2Steps contains steps for WACI issuance tests using the SDK binding with DIDComm V2.
func NewIssuanceDIDCommV2SDKSteps ¶
func NewIssuanceDIDCommV2SDKSteps() *IssuanceSDKDIDCommV2Steps
NewIssuanceDIDCommV2SDKSteps returns the WACI issuance's BDD steps using the SDK binding with DIDComm V2.
func (*IssuanceSDKDIDCommV2Steps) RegisterSteps ¶
func (i *IssuanceSDKDIDCommV2Steps) RegisterSteps(suite *godog.Suite)
RegisterSteps registers the BDD test steps on the suite. Note that VC proofs are not checked in this test suite.
func (*IssuanceSDKDIDCommV2Steps) SetContext ¶
func (i *IssuanceSDKDIDCommV2Steps) SetContext(ctx *context.BDDContext)
SetContext is called before every scenario is run with a fresh context.