JUnitPlatformOptions

The JUnit platform specific test options.

Since

4.6

See also

<a href="https://junit.org/junit5/docs/current/user-guide">JUnit 5 User Guide</a>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
@get:Input
open var excludeTags: Set<String>
Link copied to clipboard
Link copied to clipboard
@get:Input
open var includeTags: Set<String>

Functions

Link copied to clipboard
Copies the options from the source options into the current one.
Link copied to clipboard
open fun excludeEngines(excludeEngines: Array<String>): JUnitPlatformOptions
The set of engines to exclude.
Link copied to clipboard
open fun excludeTags(excludeTags: Array<String>): JUnitPlatformOptions
The set of tags to exclude.
Link copied to clipboard
open fun includeEngines(includeEngines: Array<String>): JUnitPlatformOptions
The set of engines to run with.
Link copied to clipboard
open fun includeTags(includeTags: Array<String>): JUnitPlatformOptions
The set of tags to run with.