Class JestReporter
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.javascript.JestReporter
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.170Z") @Stability(Experimental) public class JestReporter extends software.amazon.jsii.JsiiObject
-
-
Constructor Summary
Constructors Modifier Constructor Description JestReporter(String name)JestReporter(String name, Map<String,Object> options)protectedJestReporter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedJestReporter(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
JestReporter
protected JestReporter(software.amazon.jsii.JsiiObjectRef objRef)
-
JestReporter
protected JestReporter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
JestReporter
@Stability(Experimental) public JestReporter(@NotNull String name, @Nullable Map<String,Object> options)- Parameters:
name- This parameter is required.options-
-
JestReporter
@Stability(Experimental) public JestReporter(@NotNull String name)- Parameters:
name- This parameter is required.
-
-