Enumerates the different kinds of JVM tests. This allows to differentiate between test suites, atomic tests, etc.
ATOMIC
SUITE
UNKNOWN
String
getLabel()
class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Returns a label for the test kind. The label can be used to generate a prettified version of the test descriptor.
Gradle API 2.14