toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.testing.junitplatform
/
JUnitPlatformOptions
/
includeEngines
include
Engines
API
open
fun
includeEngines
(
includeEngines
:
Array
<
String
>
)
:
JUnitPlatformOptions
(
source
)
The set of engines to run with.
See also
<a
href="https://junit.
org/junit5/docs/current/user-guide/#launcher-api-engines-custom">Test
Engine</a>
@get:
Input
open
var
includeEngines
:
Set
<
String
>
(
source
)