Package org.junit.support.testng.engine
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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
legacyReportingName
(package private) static java.lang.String
SEGMENT_TYPE
-
Constructor Summary
Constructors Constructor Description InvocationDescriptor(org.junit.platform.engine.UniqueId uniqueId, java.lang.String displayName, java.lang.String legacyReportingName, org.junit.platform.engine.support.descriptor.MethodSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLegacyReportingName()
org.junit.platform.engine.TestDescriptor.Type
getType()
-
Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toString
-
-
-
-
Field Detail
-
SEGMENT_TYPE
static final java.lang.String SEGMENT_TYPE
- See Also:
- Constant Field Values
-
legacyReportingName
private final java.lang.String legacyReportingName
-
-