JUnitOptions

The JUnit specific test options.

Since

0.7

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
Exclude categories.
Link copied to clipboard
open fun includeCategories(includeCategories: Array<String>): JUnitOptions
Include categories.