Class RunnerTestDescriptor

  • All Implemented Interfaces:
    org.junit.platform.engine.TestDescriptor

    @API(status=INTERNAL,
         since="4.12")
    public class RunnerTestDescriptor
    extends VintageTestDescriptor
    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
    • Constructor Summary

      Constructors 
      Constructor Description
      RunnerTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId, java.lang.Class<?> testClass, org.junit.runner.Runner runner)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canBeRemovedFromHierarchy()  
      void prune()  
      org.junit.runner.Request toRequest()  
      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
    • Constructor Detail

      • RunnerTestDescriptor

        public RunnerTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                    java.lang.Class<?> testClass,
                                    org.junit.runner.Runner runner)