Package io.github.cdklabs.projen.python
Class PytestSample
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.python.PytestSample
-
- 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.230Z") @Stability(Experimental) public class PytestSample extends Component
(experimental) Python test code sample.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPytestSample.Builder(experimental) A fluent builder forPytestSample.
-
Constructor Summary
Constructors Modifier Constructor Description PytestSample(Project project, PytestSampleOptions options)protectedPytestSample(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPytestSample(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
PytestSample
protected PytestSample(software.amazon.jsii.JsiiObjectRef objRef)
-
PytestSample
protected PytestSample(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PytestSample
@Stability(Experimental) public PytestSample(@NotNull Project project, @NotNull PytestSampleOptions options)- Parameters:
project- This parameter is required.options- This parameter is required.
-
-