Uses of Class
io.github.cdklabs.projen.python.PytestSampleOptions.Builder
-
Packages that use PytestSampleOptions.Builder Package Description io.github.cdklabs.projen.python -
-
Uses of PytestSampleOptions.Builder in io.github.cdklabs.projen.python
Methods in io.github.cdklabs.projen.python that return PytestSampleOptions.Builder Modifier and Type Method Description static PytestSampleOptions.BuilderPytestSampleOptions. builder()PytestSampleOptions.BuilderPytestSampleOptions.Builder. moduleName(String moduleName)Sets the value ofPytestSampleOptions.getModuleName()PytestSampleOptions.BuilderPytestSampleOptions.Builder. testdir(String testdir)Sets the value ofPytestSampleOptions.getTestdir()Constructors in io.github.cdklabs.projen.python with parameters of type PytestSampleOptions.Builder Constructor Description Jsii$Proxy(PytestSampleOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePytestSampleOptions.Builder.
-