public class UnknownTestDescriptor extends Object implements TestDescriptor
| Constructor and Description |
|---|
UnknownTestDescriptor() |
| 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?
|
public String getName()
TestDescriptorgetName in interface TestDescriptorpublic String getClassName()
TestDescriptorgetClassName in interface TestDescriptorpublic boolean isComposite()
TestDescriptorisComposite in interface TestDescriptorpublic TestDescriptor getParent()
TestDescriptorgetParent in interface TestDescriptorCopyright © 2013. All rights reserved