Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BDDContext ¶
type BDDContext struct {
Args map[string]string
CreatedCredential []byte // Holds either issued JWT and LSON-LD VC.
CreatedCredentialsSet [][]byte
VDRI vdrapi.Registry
TLSConfig *tls.Config
TestData map[string][]byte
Data map[string]interface{}
CredentialSubject []string
IssuerProfiles map[string]*profile.Issuer
VerifierProfiles map[string]*profile.Verifier
}
BDDContext is a global context shared between different test suites in bddtests
func NewBDDContext ¶
func NewBDDContext(caCertPath, testDataPath, profilesDataPath string) (*BDDContext, error)
NewBDDContext create new BDDContext
Click to show internal directories.
Click to hide internal directories.