Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestCase ¶
type TestCase struct {
// Name of the tests
Name string
// Namespace to apply configuration
Namespace string
// Description of the Test
Description string
// Test is the tests function. The output from the TestGroup Deploy call is passed to the tests
Test func(ctx resource.Context, t *testing.T, deploymentCtx *context.DeploymentContext)
// Skip configures the tests to be skipped for the configured reason
Skip string
// Test file name to deploy to be fetched from box
FileName string
// Test folder the file exists in
Folder string
}
TestCase is a single tests, generally used inside a TestGroup
Click to show internal directories.
Click to hide internal directories.