Uses of Class
software.amazon.awscdk.integtests.alpha.IntegTestCase.Builder
Packages that use IntegTestCase.Builder
-
Uses of IntegTestCase.Builder in software.amazon.awscdk.integtests.alpha
Methods in software.amazon.awscdk.integtests.alpha that return IntegTestCase.BuilderModifier and TypeMethodDescriptionIntegTestCase.Builder.allowDestroy
(List<String> allowDestroy) List of CloudFormation resource types in this stack that can be destroyed as part of an update without failing the test.IntegTestCase.Builder.assertionStack
(Stack assertionStack) (experimental) Specify a stack to use for assertions.IntegTestCase.Builder.cdkCommandOptions
(CdkCommands cdkCommandOptions) Additional options to use for each CDK command.static IntegTestCase.Builder
IntegTestCase.Builder.diffAssets
(Boolean diffAssets) Whether or not to include asset hashes in the diff Asset hashes can introduces a lot of unneccessary noise into tests, but there are some cases where asset hashes should be included.Additional commands to run at predefined points in the test workflow.Limit deployment to these regions.(experimental) Stacks to be deployed during the test.IntegTestCase.Builder.stackUpdateWorkflow
(Boolean stackUpdateWorkflow) Run update workflow on this test case This should only be set to false to test scenarios that are not possible to test as part of the update workflow.