Class TestTemplateInvocationTestDescriptor

  • All Implemented Interfaces:
    org.junit.platform.engine.support.hierarchical.Node<JupiterEngineExecutionContext>, org.junit.platform.engine.TestDescriptor

    @API(status=INTERNAL,
         since="5.0")
    public class TestTemplateInvocationTestDescriptor
    extends TestMethodTestDescriptor
    TestDescriptor for a @TestTemplate invocation.
    Since:
    5.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.junit.platform.engine.support.hierarchical.Node

        org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor, org.junit.platform.engine.support.hierarchical.Node.SkipResult
      • 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

      Fields 
      Modifier and Type Field Description
      static java.lang.String SEGMENT_TYPE  
      • Fields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        children
    • Method Detail

      • getLegacyReportingName

        public java.lang.String getLegacyReportingName()
        Specified by:
        getLegacyReportingName in interface org.junit.platform.engine.TestDescriptor
      • getTags

        public final java.util.Set<org.junit.platform.engine.TestTag> getTags()
        Specified by:
        getTags in interface org.junit.platform.engine.TestDescriptor
        Overrides:
        getTags in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
      • getTestClass

        public final java.lang.Class<?> getTestClass()
      • getTestMethod

        public final java.lang.reflect.Method getTestMethod()