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.Returns the exclude engines.Returns the exclude tags.Returns the include engines.Returns the include tags.includeEngines(String... includeEngines) The set of engines to run with.includeTags(String... includeTags) The set of tags to run with.voidsetExcludeEngines(Set<String> excludeEngines) Sets the exclude engines.voidsetExcludeTags(Set<String> excludeTags) Sets the exclude tags.voidsetIncludeEngines(Set<String> includeEngines) Sets the include engines.voidsetIncludeTags(Set<String> includeTags) Sets the include tags.
-
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.- Since:
- 4.6
- See Also:
-
includeTags
The set of tags to run with.- Since:
- 4.6
- See Also:
-
excludeEngines
The set of engines to exclude.- Since:
- 4.6
- See Also:
-
excludeTags
The set of tags to exclude.- Since:
- 4.6
- See Also:
-
getIncludeEngines
-
getIncludeTags
-
setIncludeEngines
-
getExcludeEngines
-
setExcludeEngines
-
setIncludeTags
-
getExcludeTags
-
setExcludeTags
-