TestDescriptorJupiterEngineDescriptor@API(status=STABLE, since="1.0") public class EngineDescriptor extends AbstractTestDescriptor
TestDescriptor.Type, TestDescriptor.Visitorchildren| Constructor | Description |
|---|---|
EngineDescriptor(UniqueId uniqueId,
java.lang.String displayName) |
Create a new
EngineDescriptor with the supplied UniqueId
and display name. |
| Modifier and Type | Method | Description |
|---|---|---|
TestDescriptor.Type |
getType() |
Returns
TestDescriptor.Type.CONTAINER. |
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, containsTests, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prunepublic EngineDescriptor(UniqueId uniqueId, java.lang.String displayName)
EngineDescriptor with the supplied UniqueId
and display name.uniqueId - the UniqueId for the described TestEngine;
never nulldisplayName - the display name for the described TestEngine;
never null or blankTestEngine.getId(),
TestDescriptor.getDisplayName()public TestDescriptor.Type getType()
TestDescriptor.Type.CONTAINER.null.TestDescriptor.isContainer(),
TestDescriptor.isTest()