Class SuiteEngineDescriptor
java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.junit.platform.engine.support.descriptor.EngineDescriptor
org.junit.platform.suite.engine.SuiteEngineDescriptor
- All Implemented Interfaces:
TestDescriptor
- Since:
- 1.8
-
Nested Class Summary
Nested classes/interfaces inherited from interface TestDescriptor
TestDescriptor.Type, TestDescriptor.Visitor -
Field Summary
FieldsFields inherited from class AbstractTestDescriptor
children -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractTestDescriptor
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, orderChildren, removeChild, removeFromHierarchy, setParent, toStringMethods inherited from interface TestDescriptor
accept, getAncestors, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
-
Field Details
-
ENGINE_ID
- See Also:
-
-
Constructor Details
-
SuiteEngineDescriptor
SuiteEngineDescriptor(UniqueId uniqueId)
-
-
Method Details
-
getType
Description copied from class:EngineDescriptorReturnsTestDescriptor.Type.CONTAINER.- Specified by:
getTypein interfaceTestDescriptor- Overrides:
getTypein classEngineDescriptor- Returns:
- the descriptor type; never
null. - See Also:
-