TestGroup

annotation class TestGroup(val name: String = "", val sysProperty: String = "", val enabled: Boolean = true)

Types

Link copied to clipboard
object Utilities

Utilities to deal with annotations annotated with TestGroup.

Properties

Link copied to clipboard
val enabled: Boolean = true

Is the group enabled or disabled by default (unless overridden by test group filtering rules).

Link copied to clipboard

The name of a test group. If not defined, the default (lowercased annotation name) is used.

Link copied to clipboard

System property used to enable/ disable a group. If empty, a default is used: