Class TestFactoryTestDescriptor

    • 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
    • Constructor Summary

      Constructors 
      Constructor Description
      TestFactoryTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId, java.lang.Class<?> testClass, java.lang.reflect.Method testMethod)  
    • Field Detail

      • DYNAMIC_CONTAINER_SEGMENT_TYPE

        public static final java.lang.String DYNAMIC_CONTAINER_SEGMENT_TYPE
        See Also:
        Constant Field Values
      • DYNAMIC_TEST_SEGMENT_TYPE

        public static final java.lang.String DYNAMIC_TEST_SEGMENT_TYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • TestFactoryTestDescriptor

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

      • getType

        public org.junit.platform.engine.TestDescriptor.Type getType()
        Specified by:
        getType in interface org.junit.platform.engine.TestDescriptor
        Overrides:
        getType in class TestMethodTestDescriptor
      • 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
      • getTestClass

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

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

        public java.lang.String getLegacyReportingName()