JUnitOptions

The JUnit specific test options.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Input
open var excludeCategories: Set<String>
Link copied to clipboard
@get:Input
open var includeCategories: Set<String>

Functions

Link copied to clipboard
open fun copyFrom(other: JUnitOptions)
Copies the options from the source options into the current one.
Link copied to clipboard
open fun excludeCategories(excludeCategories: Array<String>): JUnitOptions
Link copied to clipboard
open fun includeCategories(includeCategories: Array<String>): JUnitOptions