Class JUnitPlatformOptions
java.lang.Object
org.gradle.api.tasks.testing.TestFrameworkOptions
org.gradle.api.tasks.testing.junitplatform.JUnitPlatformOptions
The JUnit platform specific test options.
- Since:
- 4.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyFrom(JUnitPlatformOptions other) Copies the options from the source options into the current one.excludeEngines(String... excludeEngines) The set of engines to exclude.excludeTags(String... excludeTags) The set of tags to exclude.abstract SetProperty<String> abstract SetProperty<String> abstract SetProperty<String> abstract SetProperty<String> includeEngines(String... includeEngines) The set of engines to run with.includeTags(String... includeTags) The set of tags to run with.
-
Constructor Details
-
JUnitPlatformOptions
public JUnitPlatformOptions()
-
-
Method Details
-
copyFrom
Copies the options from the source options into the current one.- Since:
- 8.0
-
includeEngines
The set of engines to run with.- See Also:
-
includeTags
The set of tags to run with.- See Also:
-
excludeEngines
The set of engines to exclude.- See Also:
-
excludeTags
The set of tags to exclude.- See Also:
-
getIncludeEngines
-
getIncludeTags
-
getExcludeEngines
-
getExcludeTags
-