public class CategoryBasedSuite extends Object implements WebTestSuite, java.util.function.Supplier<FuncTestSuite>
Constructor and Description |
---|
CategoryBasedSuite(String testPackage,
Set<Category> includes,
Set<Category> excludes) |
Modifier and Type | Method and Description |
---|---|
Set<Category> |
excludes()
Set of categories to exclude from the target suite.
|
FuncTestSuite |
get() |
protected boolean |
hasCorrectCategoryAnnotation(Class<?> clazz) |
Set<Category> |
includes()
Set of categories to include in the target suite.
|
String |
webTestPackage()
Get web test package.
|
public String webTestPackage()
WebTestSuite
webTestPackage
in interface WebTestSuite
public Set<Category> includes()
WebTestSuite
includes
in interface WebTestSuite
public Set<Category> excludes()
WebTestSuite
excludes
in interface WebTestSuite
public FuncTestSuite get()
get
in interface java.util.function.Supplier<FuncTestSuite>
protected boolean hasCorrectCategoryAnnotation(Class<?> clazz)
Copyright © 2002-2017 Atlassian. All Rights Reserved.