api / org.gradle.tooling.events.test / JvmTestKind

JvmTestKind

class JvmTestKind

Enumerates the different kinds of JVM tests. This allows to differentiate between test suites, atomic tests, etc.

Since
2.4

Enum Values

SUITE

ATOMIC

UNKNOWN

Functions

getLabel

fun getLabel(): String

Returns a label for the test kind. The label can be used to generate a prettified version of the test descriptor.