Class TestTemplateTestDescriptor

    • Constructor Detail

      • TestTemplateTestDescriptor

        public TestTemplateTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                          java.lang.Class<?> testClass,
                                          java.lang.reflect.Method templateMethod)
    • Method Detail

      • getType

        public org.junit.platform.engine.TestDescriptor.Type getType()
        Specified by:
        getType in interface org.junit.platform.engine.TestDescriptor
      • mayRegisterTests

        public boolean mayRegisterTests()
        Specified by:
        mayRegisterTests 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
      • getExclusiveResources

        public java.util.Set<org.junit.platform.engine.support.hierarchical.ExclusiveResource> getExclusiveResources()
      • getTestClass

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

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

        public java.lang.String getLegacyReportingName()