Class JUnitOptions
java.lang.Object
org.gradle.api.tasks.testing.TestFrameworkOptions
org.gradle.api.tasks.testing.junit.JUnitOptions
The JUnit specific test options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexcludeCategories(String... excludeCategories) The set of categories to exclude.The set of categories to run.includeCategories(String... includeCategories) voidsetExcludeCategories(Set<String> excludeCategories) The set of categories to exclude.voidsetIncludeCategories(Set<String> includeCategories) The set of categories to run.
-
Constructor Details
-
JUnitOptions
public JUnitOptions()
-
-
Method Details
-
includeCategories
-
excludeCategories
-
getIncludeCategories
The set of categories to run. -
setIncludeCategories
The set of categories to run. -
getExcludeCategories
The set of categories to exclude. -
setExcludeCategories
-