public class DecoratingTestDescriptor extends Object implements TestDescriptorInternal
| Constructor and Description |
|---|
DecoratingTestDescriptor(TestDescriptorInternal descriptor,
TestDescriptorInternal parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the test class name for this test, if any.
|
Object |
getId() |
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 |
toString() |
public DecoratingTestDescriptor(TestDescriptorInternal descriptor, TestDescriptorInternal parent)
public TestDescriptor getParent()
TestDescriptorgetParent in interface TestDescriptorpublic Object getId()
getId in interface TestDescriptorInternalpublic String getClassName()
TestDescriptorgetClassName in interface TestDescriptorpublic String getName()
TestDescriptorgetName in interface TestDescriptorpublic boolean isComposite()
TestDescriptorisComposite in interface TestDescriptorCopyright © 2013. All rights reserved