JUnitOptions

The JUnit specific test options.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

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