Uses of Class
io.prestosql.tests.product.launcher.env.EnvironmentProvider
-
Packages that use EnvironmentProvider Package Description io.prestosql.tests.product.launcher.env io.prestosql.tests.product.launcher.env.environment io.prestosql.tests.product.launcher.suite -
-
Uses of EnvironmentProvider in io.prestosql.tests.product.launcher.env
Methods in io.prestosql.tests.product.launcher.env that return types with arguments of type EnvironmentProvider Modifier and Type Method Description static List<Class<? extends EnvironmentProvider>>Environments. findByBasePackage(String packageName)Method parameters in io.prestosql.tests.product.launcher.env with type arguments of type EnvironmentProvider Modifier and Type Method Description static StringEnvironments. nameForClass(Class<? extends EnvironmentProvider> clazz)Constructor parameters in io.prestosql.tests.product.launcher.env with type arguments of type EnvironmentProvider Constructor Description EnvironmentFactory(Map<String,EnvironmentProvider> environmentProviders) -
Uses of EnvironmentProvider in io.prestosql.tests.product.launcher.env.environment
-
Uses of EnvironmentProvider in io.prestosql.tests.product.launcher.suite
Methods in io.prestosql.tests.product.launcher.suite that return types with arguments of type EnvironmentProvider Modifier and Type Method Description Class<? extends EnvironmentProvider>SuiteTestRun. getEnvironment()Method parameters in io.prestosql.tests.product.launcher.suite with type arguments of type EnvironmentProvider Modifier and Type Method Description static SuiteTestRun.BuilderSuiteTestRun. testOnEnvironment(Class<? extends EnvironmentProvider> environment)Constructor parameters in io.prestosql.tests.product.launcher.suite with type arguments of type EnvironmentProvider Constructor Description SuiteTestRun(Class<? extends EnvironmentProvider> environment, List<String> groups, List<String> excludedGroups, List<String> tests, List<String> excludedTests)
-