Interface IntegTestCaseStackProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,StackProps,TestOptions
- All Known Implementing Classes:
IntegTestCaseStackProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:36.736Z")
@Stability(Experimental)
public interface IntegTestCaseStackProps
extends software.amazon.jsii.JsiiSerializable, TestOptions, StackProps
(experimental) Properties of an integration test case stack.
Example:
App app;
Stack stackUnderTest;
IntegTestCaseStack testCaseWithAssets = IntegTestCaseStack.Builder.create(app, "TestCaseAssets")
.diffAssets(true)
.build();
IntegTest.Builder.create(app, "Integ").testCases(List.of(stackUnderTest, testCaseWithAssets)).build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forIntegTestCaseStackPropsstatic final classAn implementation forIntegTestCaseStackProps -
Method Summary
Static MethodsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.core.StackProps
getAnalyticsReporting, getDescription, getEnv, getStackName, getSynthesizer, getTags, getTerminationProtectionMethods inherited from interface software.amazon.awscdk.cloudassembly.schema.TestOptions
getAllowDestroy, getCdkCommandOptions, getDiffAssets, getHooks, getRegions, getStackUpdateWorkflow
-
Method Details
-
builder
- Returns:
- a
IntegTestCaseStackProps.BuilderofIntegTestCaseStackProps
-