Package io.github.cdklabs.projen.python
Class PytestOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.python.PytestOptions.Jsii$Proxy
-
- All Implemented Interfaces:
PytestOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PytestOptions
@Stability(Experimental) @Internal public static final class PytestOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PytestOptions
An implementation forPytestOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.python.PytestOptions
PytestOptions.Builder, PytestOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PytestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePytestOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetMaxFailures()(experimental) Stop the testing process after the first N failures.StringgetTestdir()(experimental) Directory with tests.StringgetVersion()(experimental) Pytest version.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(PytestOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePytestOptions.Builder.
-
-
Method Detail
-
getMaxFailures
public final Number getMaxFailures()
Description copied from interface:PytestOptions(experimental) Stop the testing process after the first N failures.- Specified by:
getMaxFailuresin interfacePytestOptions
-
getTestdir
public final String getTestdir()
Description copied from interface:PytestOptions(experimental) Directory with tests.Default: 'tests'
- Specified by:
getTestdirin interfacePytestOptions
-
getVersion
public final String getVersion()
Description copied from interface:PytestOptions(experimental) Pytest version.Default: "7.4.3"
- Specified by:
getVersionin interfacePytestOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-