Class 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 for PytestOptions
    • 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.
    • Method Detail

      • getMaxFailures

        public final Number getMaxFailures()
        Description copied from interface: PytestOptions
        (experimental) Stop the testing process after the first N failures.
        Specified by:
        getMaxFailures in interface PytestOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object