public interface TestDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the test class name for this test, if any.
|
java.lang.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?
|
java.lang.String getName()
@Nullable java.lang.String getClassName()
boolean isComposite()
@Nullable TestDescriptor getParent()