public class SystemPropertyBasedSuite extends Object implements WebTestSuite, java.util.function.Supplier<FuncTestSuite>
WebTestSuite that reads its configuration from system properties.| Constructor and Description |
|---|
SystemPropertyBasedSuite() |
| Modifier and Type | Method and Description |
|---|---|
Set<Category> |
excludes()
Set of categories to exclude from the target suite.
|
FuncTestSuite |
get() |
Set<Category> |
includes()
Set of categories to include in the target suite.
|
String |
webTestPackage()
Get web test package.
|
public String webTestPackage()
WebTestSuitewebTestPackage in interface WebTestSuitepublic Set<Category> includes()
WebTestSuiteincludes in interface WebTestSuitepublic Set<Category> excludes()
WebTestSuiteexcludes in interface WebTestSuitepublic FuncTestSuite get()
get in interface java.util.function.Supplier<FuncTestSuite>Copyright © 2002-2019 Atlassian. All Rights Reserved.