Class TestRun
- java.lang.Object
-
- io.prestosql.tests.product.launcher.cli.TestRun
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestRun.Executionstatic classTestRun.TestRunOptions
-
Field Summary
Fields Modifier and Type Field Description EnvironmentOptionsenvironmentOptionsTestRun.TestRunOptionstestRunOptionsbooleanusageHelpRequested
-
Constructor Summary
Constructors Constructor Description TestRun(Extensions extensions)
-
-
-
Field Detail
-
usageHelpRequested
public boolean usageHelpRequested
-
environmentOptions
public EnvironmentOptions environmentOptions
-
testRunOptions
public TestRun.TestRunOptions testRunOptions
-
-
Constructor Detail
-
TestRun
public TestRun(Extensions extensions)
-
-