Class TestTemplateInvocationTestDescriptor
- java.lang.Object
-
- org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
- org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
-
- org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
-
- org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
-
@API(status=INTERNAL, since="5.0") public class TestTemplateInvocationTestDescriptor extends TestMethodTestDescriptorTestDescriptorfor a@TestTemplateinvocation.- Since:
- 5.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSEGMENT_TYPE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter(JupiterEngineExecutionContext context)java.lang.StringgetLegacyReportingName()java.util.Set<org.junit.platform.engine.TestTag>getTags()java.lang.Class<?>getTestClass()java.lang.reflect.MethodgetTestMethod()protected ExtensionRegistrypopulateNewExtensionRegistry(JupiterEngineExecutionContext context)-
Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toString
-
Methods inherited from class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
cleanUp, determineDisplayName, executeAndMaskThrowable, getTags, shouldBeSkipped
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.junit.platform.engine.TestDescriptor
accept, containsTests, getDescendants, isContainer, isRoot, isTest, mayRegisterTests, prune
-
Methods inherited from class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
execute, getType, invokeTestMethod, prepare
-
-
-
-
Field Detail
-
SEGMENT_TYPE
public static final java.lang.String SEGMENT_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLegacyReportingName
public java.lang.String getLegacyReportingName()
-
populateNewExtensionRegistry
protected ExtensionRegistry populateNewExtensionRegistry(JupiterEngineExecutionContext context)
- Overrides:
populateNewExtensionRegistryin classTestMethodTestDescriptor
-
after
public void after(JupiterEngineExecutionContext context)
-
getTags
public final java.util.Set<org.junit.platform.engine.TestTag> getTags()
- Overrides:
getTagsin classorg.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
getTestClass
public final java.lang.Class<?> getTestClass()
-
getTestMethod
public final java.lang.reflect.Method getTestMethod()
-
-