Class TestFactoryTestDescriptor

    • 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
      • 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()