@API(status=INTERNAL, since="4.12") public class VintageTestDescriptor extends AbstractTestDescriptor
TestDescriptor.Type, TestDescriptor.Visitor| Modifier and Type | Field and Description |
|---|---|
static String |
ENGINE_ID |
static String |
SEGMENT_TYPE_DYNAMIC |
static String |
SEGMENT_TYPE_RUNNER |
static String |
SEGMENT_TYPE_TEST |
children| Constructor and Description |
|---|
VintageTestDescriptor(UniqueId uniqueId,
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.
|
TestDescriptor.Type |
getType()
Determine the
TestDescriptor.Type of this descriptor. |
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, containsTests, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prunepublic static final String ENGINE_ID
public static final String SEGMENT_TYPE_RUNNER
public static final String SEGMENT_TYPE_TEST
public static final String SEGMENT_TYPE_DYNAMIC
public VintageTestDescriptor(UniqueId uniqueId, org.junit.runner.Description description)
public org.junit.runner.Description getDescription()
public TestDescriptor.Type getType()
TestDescriptorTestDescriptor.Type of this descriptor.null.TestDescriptor.isContainer(),
TestDescriptor.isTest()public Set<TestTag> getTags()
TestDescriptorgetTags in interface TestDescriptorgetTags in class AbstractTestDescriptornull
but potentially emptyTestTag