@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.452Z") @Stability(value=Experimental) public class Testing extends software.amazon.jsii.JsiiObject
Example:
// Example automatically generated from non-compiling source. May contain errors. `expect(Testing.synth(someProject)).toMatchSnapshot()`
| 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 Map<String,Object> |
synth(Project project)
(experimental) Produces a simple JS object that represents the contents of the projects with field names being file paths.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Testing(software.amazon.jsii.JsiiObjectRef objRef)
protected Testing(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static Map<String,Object> synth(@NotNull Project project)
project - the project to produce a snapshot for. This parameter is required.Copyright © 2021. All rights reserved.