@API(value=Internal) public class VintageTestDescriptor extends AbstractTestDescriptor
TestDescriptor.Visitor| Modifier and Type | Field and Description |
|---|---|
static String |
ENGINE_ID |
static String |
SEGMENT_TYPE_RUNNER |
static String |
SEGMENT_TYPE_TEST |
| Constructor and Description |
|---|
VintageTestDescriptor(TestDescriptor parent,
String segmentType,
String segmentValue,
org.junit.runner.Description description) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
getDescription() |
Set<TestTag> |
getTags()
Get the set of tags associated with this descriptor.
|
boolean |
isContainer()
Determine if this descriptor describes a container.
|
boolean |
isTest()
Determine if this descriptor describes a test.
|
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, setSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, getDescendants, hasTests, isRootpublic static final String ENGINE_ID
public static final String SEGMENT_TYPE_RUNNER
public static final String SEGMENT_TYPE_TEST
public VintageTestDescriptor(TestDescriptor parent, String segmentType, String segmentValue, org.junit.runner.Description description)
public org.junit.runner.Description getDescription()
public boolean isTest()
TestDescriptorpublic boolean isContainer()
TestDescriptorpublic Set<TestTag> getTags()
TestDescriptorgetTags in interface TestDescriptorgetTags in class AbstractTestDescriptornull
but potentially emptyTestTag