@Stability(value=Experimental) @Internal public static final class PytestOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PytestOptions
PytestOptionssoftware.amazon.jsii.JsiiObject.InitializationModePytestOptions.Builder, PytestOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(PytestOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PytestOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getMaxFailures()
(experimental) Stop the testing process after the first N failures.
|
String |
getTestdir()
(experimental) Directory with tests.
|
String |
getVersion()
(experimental) Pytest version.
|
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(PytestOptions.Builder builder)
PytestOptions.Builder.public final Number getMaxFailures()
PytestOptionsgetMaxFailures in interface PytestOptionspublic final String getTestdir()
PytestOptionsDefault: 'tests'
getTestdir in interface PytestOptionspublic final String getVersion()
PytestOptionsDefault: "6.2.1"
getVersion in interface PytestOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.