package
0.4.1
Repository: https://github.com/freimer/vault.git
Documentation: pkg.go.dev

# Functions

Test performs an acceptance test on a backend with the given test case.
TestCheckAuth is a helper to check that a request generated an auth token with the proper policies.
TestCheckAuthDisplayName is a helper to check that a request generated a valid display name.
TestCheckError is a helper to check that a response is an error.
TestCheckMulti is a helper to have multiple checks.

# Constants

TestEnvVar must be set to a non-empty value for acceptance tests to run.

# Structs

TestCase is a single set of tests to run for a backend.
TestStep is a single step within a TestCase.

# Interfaces

TestT is the interface used to handle the test lifecycle of a test.

# Type aliases

TestCheckFunc is the callback used for Check in TestStep.
TestTeardownFunc is the callback used for Teardown in TestCase.