@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-23T16:54:14.564Z") @Stability(value=Experimental) public class Testing extends software.amazon.jsii.JsiiObject
Modifier | Constructor and Description |
---|---|
|
Testing() |
protected |
Testing(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Testing(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
static App |
app()
(experimental) Returns an app for testing with the following properties: - Output directory is a temp dir.
|
static App |
app(TestingAppOptions options)
(experimental) Returns an app for testing with the following properties: - Output directory is a temp dir.
|
static App |
enableFutureFlags(App app) |
static App |
fakeCdktfJsonPath(App app) |
static String |
fullSynth(TerraformStack stack) |
static String |
renderConstructTree(software.constructs.IConstruct construct) |
static void |
setupJest() |
static App |
stubVersion(App app) |
static String |
synth(TerraformStack stack)
(experimental) Returns the Terraform synthesized JSON.
|
static String |
synth(TerraformStack stack,
Boolean runValidations)
(experimental) Returns the Terraform synthesized JSON.
|
static String |
synthScope(IScopeCallback fn) |
static Boolean |
toBeValidTerraform(String received) |
static Boolean |
toHaveDataSource(String received,
String resourceType) |
static Boolean |
toHaveDataSourceWithProperties(String received,
String resourceType) |
static Boolean |
toHaveDataSourceWithProperties(String received,
String resourceType,
Map<String,? extends Object> properties) |
static Boolean |
toHaveProvider(String received,
String resourceType) |
static Boolean |
toHaveProviderWithProperties(String received,
String resourceType) |
static Boolean |
toHaveProviderWithProperties(String received,
String resourceType,
Map<String,? extends Object> properties) |
static Boolean |
toHaveResource(String received,
String resourceType) |
static Boolean |
toHaveResourceWithProperties(String received,
String resourceType) |
static Boolean |
toHaveResourceWithProperties(String received,
String resourceType,
Map<String,? extends Object> properties) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Testing(software.amazon.jsii.JsiiObjectRef objRef)
protected Testing(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public Testing()
@Stability(value=Experimental) @NotNull public static App app(@Nullable TestingAppOptions options)
options
- @Stability(value=Experimental) @NotNull public static App app()
@Stability(value=Experimental) @NotNull public static App enableFutureFlags(@NotNull App app)
app
- This parameter is required.@Stability(value=Experimental) @NotNull public static App fakeCdktfJsonPath(@NotNull App app)
app
- This parameter is required.@Stability(value=Experimental) @NotNull public static String fullSynth(@NotNull TerraformStack stack)
stack
- This parameter is required.@Stability(value=Experimental) @NotNull public static String renderConstructTree(@NotNull software.constructs.IConstruct construct)
construct
- This parameter is required.@Stability(value=Experimental) public static void setupJest()
@Stability(value=Experimental) @NotNull public static App stubVersion(@NotNull App app)
app
- This parameter is required.@Stability(value=Experimental) @NotNull public static String synth(@NotNull TerraformStack stack, @Nullable Boolean runValidations)
stack
- This parameter is required.runValidations
- @Stability(value=Experimental) @NotNull public static String synth(@NotNull TerraformStack stack)
stack
- This parameter is required.@Stability(value=Experimental) @NotNull public static String synthScope(@NotNull IScopeCallback fn)
fn
- This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean toBeValidTerraform(@NotNull String received)
received
- This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean toHaveDataSource(@NotNull String received, @NotNull String resourceType)
received
- This parameter is required.resourceType
- This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean toHaveDataSourceWithProperties(@NotNull String received, @NotNull String resourceType, @Nullable Map<String,? extends Object> properties)
received
- This parameter is required.resourceType
- This parameter is required.properties
- @Stability(value=Experimental) @NotNull public static Boolean toHaveDataSourceWithProperties(@NotNull String received, @NotNull String resourceType)
received
- This parameter is required.resourceType
- This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean toHaveProvider(@NotNull String received, @NotNull String resourceType)
received
- This parameter is required.resourceType
- This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean toHaveProviderWithProperties(@NotNull String received, @NotNull String resourceType, @Nullable Map<String,? extends Object> properties)
received
- This parameter is required.resourceType
- This parameter is required.properties
- @Stability(value=Experimental) @NotNull public static Boolean toHaveProviderWithProperties(@NotNull String received, @NotNull String resourceType)
received
- This parameter is required.resourceType
- This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean toHaveResource(@NotNull String received, @NotNull String resourceType)
received
- This parameter is required.resourceType
- This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean toHaveResourceWithProperties(@NotNull String received, @NotNull String resourceType, @Nullable Map<String,? extends Object> properties)
received
- This parameter is required.resourceType
- This parameter is required.properties
- Copyright © 2022. All rights reserved.