JUnitPlatformOptions

The JUnit platform specific test options.

Since

4.6

See also

Constructors

Link copied to clipboard
constructor()

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
open fun setExcludeEngines(excludeEngines: Set<String>)
Link copied to clipboard
open fun setExcludeTags(excludeTags: Set<String>)
Link copied to clipboard
open fun setIncludeEngines(includeEngines: Set<String>)
Link copied to clipboard
open fun setIncludeTags(includeTags: Set<String>)