Class VintageEngineDescriptor

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

    @API(status=INTERNAL,
         since="5.6")
    public class VintageEngineDescriptor
    extends org.junit.platform.engine.support.descriptor.EngineDescriptor
    Since:
    5.6
    • 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 inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        children
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TestSourceProvider getTestSourceProvider()  
      • Methods inherited from class org.junit.platform.engine.support.descriptor.EngineDescriptor

        getType
      • Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, 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, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
    • Constructor Detail

      • VintageEngineDescriptor

        public VintageEngineDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                       TestSourceProvider testSourceProvider)