OperationDescriptor, TestOperationDescriptorpublic interface JvmTestOperationDescriptor extends TestOperationDescriptor
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getClassName() | Returns the name of the test class, if any. | 
| JvmTestKind | getJvmTestKind() | Returns what kind of test this is. | 
| java.lang.String | getMethodName() | Returns the name of the test method, if any. | 
| java.lang.String | getSuiteName() | Returns the name of the test suite, if any. | 
getDisplayName, getName, getParentJvmTestKind getJvmTestKind()
@Nullable java.lang.String getSuiteName()
@Nullable java.lang.String getClassName()
@Nullable java.lang.String getMethodName()