context

package
v0.0.0-...-b918ac2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL