toggle menu
gradle
8.10.1
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.testing.junitplatform
/
JUnitPlatformOptions
/
includeTags
include
Tags
API
open
fun
includeTags
(
includeTags
:
Array
<
String
>
)
:
JUnitPlatformOptions
(
source
)
The set of tags to run with.
See also
<a
href="https://junit.
org/junit5/docs/current/user-guide/#writing-tests-tagging-and-filtering">Tagging
and
Filtering</a>
@get:
Input
open
var
includeTags
:
Set
<
String
>
(
source
)