Class VintageTestDescriptor

  • All Implemented Interfaces:
    org.junit.platform.engine.TestDescriptor
    Direct Known Subclasses:
    RunnerTestDescriptor

    @API(status=INTERNAL,
         since="4.12")
    public class VintageTestDescriptor
    extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
    Since:
    4.12
    • Nested Class Summary

      • 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
      protected org.junit.runner.Description description  
      static java.lang.String ENGINE_ID  
      static java.lang.String SEGMENT_TYPE_DYNAMIC  
      static java.lang.String SEGMENT_TYPE_RUNNER  
      static java.lang.String SEGMENT_TYPE_TEST  
      • Fields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        children
    • Constructor Summary

      Constructors 
      Constructor Description
      VintageTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId, org.junit.runner.Description description, org.junit.platform.engine.TestSource source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canBeRemovedFromHierarchy()  
      org.junit.runner.Description getDescription()  
      java.lang.String getLegacyReportingName()  
      java.util.Set<org.junit.platform.engine.TestTag> getTags()  
      org.junit.platform.engine.TestDescriptor.Type getType()  
      void removeFromHierarchy()  
      protected boolean tryToExcludeFromRunner​(org.junit.runner.Description description)  
      • Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getUniqueId, hashCode, removeChild, setParent, toString
      • 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, getDescendants, isContainer, isRoot, isTest, mayRegisterTests, prune
    • Field Detail

      • SEGMENT_TYPE_RUNNER

        public static final java.lang.String SEGMENT_TYPE_RUNNER
        See Also:
        Constant Field Values
      • SEGMENT_TYPE_TEST

        public static final java.lang.String SEGMENT_TYPE_TEST
        See Also:
        Constant Field Values
      • SEGMENT_TYPE_DYNAMIC

        public static final java.lang.String SEGMENT_TYPE_DYNAMIC
        See Also:
        Constant Field Values
      • description

        protected org.junit.runner.Description description
    • Constructor Detail

      • VintageTestDescriptor

        public VintageTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                     org.junit.runner.Description description,
                                     org.junit.platform.engine.TestSource source)
    • Method Detail

      • getDescription

        public org.junit.runner.Description getDescription()
      • getLegacyReportingName

        public java.lang.String getLegacyReportingName()
      • getType

        public org.junit.platform.engine.TestDescriptor.Type getType()
      • getTags

        public 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
      • removeFromHierarchy

        public void removeFromHierarchy()
        Specified by:
        removeFromHierarchy in interface org.junit.platform.engine.TestDescriptor
        Overrides:
        removeFromHierarchy in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
      • canBeRemovedFromHierarchy

        protected boolean canBeRemovedFromHierarchy()
      • tryToExcludeFromRunner

        protected boolean tryToExcludeFromRunner​(org.junit.runner.Description description)