gradle
Toggle table of contents
9.6.0-20260519080404+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api.tasks.testing.junit
/
JUnitOptions
JUnit
Options
API
abstract
class
JUnitOptions
:
TestFrameworkOptions
(
source
)
The JUnit specific test options.
Members
Constructors
JUnit
Options
Link copied to clipboard
API
constructor
(
)
Functions
copy
From
Link copied to clipboard
API
open
fun
copyFrom
(
other
:
JUnitOptions
)
Copies the options from the source options into the current one.
exclude
Categories
Link copied to clipboard
API
open
fun
excludeCategories
(
excludeCategories
:
Array
<
String
>
)
:
JUnitOptions
get
Exclude
Categories
Link copied to clipboard
API
@
Input
abstract
fun
getExcludeCategories
(
)
:
SetProperty
<
String
>
The set of categories to exclude.
get
Include
Categories
Link copied to clipboard
API
@
Input
abstract
fun
getIncludeCategories
(
)
:
SetProperty
<
String
>
The set of categories to run.
include
Categories
Link copied to clipboard
API
open
fun
includeCategories
(
includeCategories
:
Array
<
String
>
)
:
JUnitOptions