Class IntegTestProps.Jsii$Proxy
- All Implemented Interfaces:
TestOptions
,IntegTestProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IntegTestProps
IntegTestProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.integtests.alpha.IntegTestProps
IntegTestProps.Builder, IntegTestProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(IntegTestProps.Builder builder) Constructor that initializes the object based on literal property values passed by theIntegTestProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
List of CloudFormation resource types in this stack that can be destroyed as part of an update without failing the test.final Stack
(experimental) Specify a stack to use for assertions.final CdkCommands
Additional options to use for each CDK command.final Boolean
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.final Boolean
(experimental) Enable lookups for this test.final Hooks
getHooks()
Additional commands to run at predefined points in the test workflow.Limit deployment to these regions.final Boolean
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.(experimental) List of test cases that make up this test.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theIntegTestProps.Builder
.
-
-
Method Details
-
getTestCases
Description copied from interface:IntegTestProps
(experimental) List of test cases that make up this test.- Specified by:
getTestCases
in interfaceIntegTestProps
-
getAssertionStack
Description copied from interface:IntegTestProps
(experimental) Specify a stack to use for assertions.Default: - a stack is created for you
- Specified by:
getAssertionStack
in interfaceIntegTestProps
-
getEnableLookups
Description copied from interface:IntegTestProps
(experimental) Enable lookups for this test.If lookups are enabled then
stackUpdateWorkflow
must be set to false. Lookups should only be enabled when you are explicitly testing lookups.Default: false
- Specified by:
getEnableLookups
in interfaceIntegTestProps
-
getAllowDestroy
Description copied from interface:TestOptions
List of CloudFormation resource types in this stack that can be destroyed as part of an update without failing the test.This list should only include resources that for this specific integration test we are sure will not cause errors or an outage if destroyed. For example, maybe we know that a new resource will be created first before the old resource is destroyed which prevents any outage.
e.g. ['AWS::IAM::Role']
Default: - do not allow destruction of any resources on update
- Specified by:
getAllowDestroy
in interfaceTestOptions
-
getCdkCommandOptions
Description copied from interface:TestOptions
Additional options to use for each CDK command.Default: - runner default options
- Specified by:
getCdkCommandOptions
in interfaceTestOptions
-
getDiffAssets
Description copied from interface:TestOptions
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.For example any tests involving custom resources or bundling
Default: false
- Specified by:
getDiffAssets
in interfaceTestOptions
-
getHooks
Description copied from interface:TestOptions
Additional commands to run at predefined points in the test workflow.e.g. { postDeploy: ['yarn', 'test'] }
Default: - no hooks
- Specified by:
getHooks
in interfaceTestOptions
-
getRegions
Description copied from interface:TestOptions
Limit deployment to these regions.Default: - can run in any region
- Specified by:
getRegions
in interfaceTestOptions
-
getStackUpdateWorkflow
Description copied from interface:TestOptions
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.Default: true
- Specified by:
getStackUpdateWorkflow
in interfaceTestOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-