public interface TestDescriptor
| Modifier and Type | Method and Description | 
|---|---|
| String | getClassName()Returns the test class name for this test, if any. | 
| String | getName()Returns the name of the test. | 
| TestDescriptor | getParent()Returns the parent of this test, if any. | 
| boolean | isComposite()Is this test a composite test? | 
String getName()
@Nullable String getClassName()
boolean isComposite()
@Nullable TestDescriptor getParent()