Initializers
| Name | Type | Description |
|---|
Static Functions
| Name | Description |
|---|---|
App | Returns an app for testing with the following properties: - Output directory is a temp dir. |
EnableFutureFlags | No description. |
FakeCdktfJsonPath | No description. |
FullSynth | No description. |
RenderConstructTree | No description. |
SetupJest | No description. |
StubVersion | No description. |
Synth | Returns the Terraform synthesized JSON. |
SynthHcl | Returns the Terraform synthesized JSON. |
SynthScope | No description. |
ToBeValidTerraform | No description. |
ToHaveDataSource | No description. |
ToHaveDataSourceWithProperties | No description. |
ToHaveProvider | No description. |
ToHaveProviderWithProperties | No description. |
ToHaveResource | No description. |
ToHaveResourceWithProperties | No description. |
App
OptionsOptional
- Type: TestingAppConfig
EnableFutureFlags
AppRequired
- Type: App
FakeCdktfJsonPath
AppRequired
- Type: App
FullSynth
StackRequired
- Type: TerraformStack
RenderConstructTree
ConstructRequired
- Type: Constructs.IConstruct
SetupJest
StubVersion
AppRequired
- Type: App
Synth
StackRequired
- Type: TerraformStack
RunValidationsOptional
- Type: bool
SynthHcl
StackRequired
- Type: TerraformStack
RunValidationsOptional
- Type: bool
ReturnMetadataOptional
- Type: bool
SynthScope
FnRequired
- Type: IScopeCallback
ToBeValidTerraform
ReceivedRequired
- Type: string
ToHaveDataSource
ReceivedRequired
- Type: string
ResourceTypeRequired
- Type: string
ToHaveDataSourceWithProperties
ReceivedRequired
- Type: string
ResourceTypeRequired
- Type: string
PropertiesOptional
- Type: System.Collections.Generic.IDictionary< string, object >
ToHaveProvider
ReceivedRequired
- Type: string
ResourceTypeRequired
- Type: string
ToHaveProviderWithProperties
ReceivedRequired
- Type: string
ResourceTypeRequired
- Type: string
PropertiesOptional
- Type: System.Collections.Generic.IDictionary< string, object >
ToHaveResource
ReceivedRequired
- Type: string
ResourceTypeRequired
- Type: string
ToHaveResourceWithProperties
ReceivedRequired
- Type: string
ResourceTypeRequired
- Type: string
PropertiesOptional
- Type: System.Collections.Generic.IDictionary< string, object >