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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyFrom
(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.includeEngines
(String... includeEngines) The set of engines to run with.includeTags
(String... includeTags) The set of tags to run with.void
setExcludeEngines
(Set<String> excludeEngines) void
setExcludeTags
(Set<String> excludeTags) void
setIncludeEngines
(Set<String> includeEngines) void
setIncludeTags
(Set<String> includeTags)
-
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
-
setIncludeEngines
-
getExcludeEngines
-
setExcludeEngines
-
setIncludeTags
-
getExcludeTags
-
setExcludeTags
-