toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.testing.junit
/
JUnitOptions
JUnit
Options
API
open
class
JUnitOptions
:
TestFrameworkOptions
(
source
)
The JUnit specific test options.
Members
Constructors
JUnit
Options
Link copied to clipboard
API
constructor
(
)
Properties
exclude
Categories
Link copied to clipboard
API
@get:
Input
open
var
excludeCategories
:
Set
<
String
>
include
Categories
Link copied to clipboard
API
@get:
Input
open
var
includeCategories
:
Set
<
String
>
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
include
Categories
Link copied to clipboard
API
open
fun
includeCategories
(
includeCategories
:
Array
<
String
>
)
:
JUnitOptions