public interface TestDescriptor
修飾子とタイプ | メソッドと説明 |
---|---|
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()
String getClassName()
boolean isComposite()
TestDescriptor getParent()