@Generated(value="jsii-pacmak/1.37.0 (build a6fe12f)", date="2021-11-05T08:25:52.758Z") @Stability(value=Experimental) public class Testing extends software.amazon.jsii.JsiiObject
Modifier | Constructor and Description |
---|---|
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 |
enableFutureFlags(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 |
synthScope(IScopeCallback fn) |
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) @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 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)
stack
- This parameter is required.@Stability(value=Experimental) @NotNull public static String synthScope(@NotNull IScopeCallback fn)
fn
- This parameter is required.Copyright © 2021. All rights reserved.