@Stability(value=Experimental) @Internal public static final class JestOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JestOptions
JestOptionssoftware.amazon.jsii.JsiiObject.InitializationModeJestOptions.Builder, JestOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(JestOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
JestOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getConfigFilePath()
(experimental) Path to JSON config file for Jest.
|
Boolean |
getCoverage()
(deprecated) Collect coverage.
|
Boolean |
getCoverageText()
(experimental) Include the `text` coverage reporter, which means that coverage summary is printed at the end of the jest execution.
|
List<String> |
getIgnorePatterns()
(deprecated) Defines `testPathIgnorePatterns` and `coveragePathIgnorePatterns`.
|
JestConfigOptions |
getJestConfig()
(experimental) Jest configuration.
|
String |
getJestVersion()
(experimental) The version of jest to use.
|
Boolean |
getJunitReporting()
(experimental) Result processing with jest-junit.
|
Boolean |
getPreserveDefaultReporters()
(experimental) Preserve the default Jest reporter when additional reporters are added.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(JestOptions.Builder builder)
JestOptions.Builder.public final String getConfigFilePath()
JestOptionsDefault: - No separate config file, jest settings are stored in package.json
getConfigFilePath in interface JestOptionspublic final Boolean getCoverage()
JestOptionsDeprecated
Default: true
getCoverage in interface JestOptionspublic final Boolean getCoverageText()
JestOptionsDefault: true
getCoverageText in interface JestOptionspublic final List<String> getIgnorePatterns()
JestOptionsDefault: ["/node_modules/"]
getIgnorePatterns in interface JestOptionspublic final JestConfigOptions getJestConfig()
JestOptionsDefault: - default jest configuration
getJestConfig in interface JestOptionspublic final String getJestVersion()
JestOptionsDefault: - installs the latest jest version
getJestVersion in interface JestOptionspublic final Boolean getJunitReporting()
JestOptions
Output directory is test-reports/.
Default: true
getJunitReporting in interface JestOptionspublic final Boolean getPreserveDefaultReporters()
JestOptionsDefault: true
getPreserveDefaultReporters in interface JestOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.