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.
Type | Name and description |
---|---|
String |
getClassName() Returns the name of the test class, if any. |
JvmTestKind |
getJvmTestKind() Returns what kind of test this is. |
String |
getMethodName() Returns the name of the test method, if any. |
String |
getSuiteName() Returns the name of the test suite, if any. |
Methods inherited from class | Name |
---|---|
interface OperationDescriptor |
getDisplayName, getName, getParent |
Returns the name of the test class, if any.
Returns what kind of test this is.
Returns the name of the test method, if any.
Returns the name of the test suite, if any.