Class InvocationDescriptor
java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.junit.support.testng.engine.InvocationDescriptor
- All Implemented Interfaces:
org.junit.platform.engine.TestDescriptor
class InvocationDescriptor
extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.platform.engine.TestDescriptor
org.junit.platform.engine.TestDescriptor.Type, org.junit.platform.engine.TestDescriptor.Visitor -
Field Summary
FieldsFields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
children -
Constructor Summary
ConstructorsConstructorDescriptionInvocationDescriptor(org.junit.platform.engine.UniqueId uniqueId, String displayName, String legacyReportingName, org.junit.platform.engine.support.descriptor.MethodSource source) -
Method Summary
Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, orderChildren, removeChild, removeFromHierarchy, setParent, toStringMethods inherited from interface org.junit.platform.engine.TestDescriptor
accept, getAncestors, getDescendants, isContainer, isRoot, isTest, mayRegisterTests, prune
-
Field Details
-
SEGMENT_TYPE
- See Also:
-
legacyReportingName
-
-
Constructor Details
-
InvocationDescriptor
-
-
Method Details
-
getLegacyReportingName
-
getType
public org.junit.platform.engine.TestDescriptor.Type getType()
-