OperationDescriptor, TestOperationDescriptorpublic interface JvmTestOperationDescriptor extends TestOperationDescriptor
| Modifier and Type | Method | 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. | 
getDisplayName, getName, getParentJvmTestKind getJvmTestKind()
@Nullable String getSuiteName()
@Nullable String getClassName()
@Nullable String getMethodName()