JvmTestOperationDescriptor

Describes a test that runs on the JVM and for which an event has occurred. At least a suite name, class name, or method name is available for each JVM test.

Since

2.4

Functions

Link copied to clipboard
@Nullable
abstract fun getClassName(): String
Returns the name of the test class, if any.
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getJvmTestKind(): JvmTestKind
Returns what kind of test this is.
Link copied to clipboard
@Nullable
abstract fun getMethodName(): String
Returns the name of the test method, if any.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getSuiteName(): String
Returns the name of the test suite, if any.