Class Pytest

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.229Z")
    @Stability(Experimental)
    public class Pytest
    extends Component
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Pytest.Builder
      (experimental) A fluent builder for Pytest.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Pytest​(Project project)  
        Pytest​(Project project, PytestOptions options)  
      protected Pytest​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected Pytest​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Constructor Detail

      • Pytest

        protected Pytest​(software.amazon.jsii.JsiiObjectRef objRef)
      • Pytest

        protected Pytest​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Pytest

        @Stability(Experimental)
        public Pytest​(@NotNull
                      Project project,
                      @Nullable
                      PytestOptions options)
        Parameters:
        project - This parameter is required.
        options -
      • Pytest

        @Stability(Experimental)
        public Pytest​(@NotNull
                      Project project)
        Parameters:
        project - This parameter is required.
    • Method Detail

      • getTestdir

        @Stability(Experimental)
        @NotNull
        public String getTestdir()