Class VintageEngineDescriptor

java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.junit.platform.engine.support.descriptor.EngineDescriptor
org.junit.vintage.engine.descriptor.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    VintageEngineDescriptor(org.junit.platform.engine.UniqueId uniqueId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.junit.platform.engine.TestDescriptor>
     

    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, orderChildren, removeChild, removeFromHierarchy, setParent, toString

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.junit.platform.engine.TestDescriptor

    accept, getAncestors, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
  • Constructor Details

    • VintageEngineDescriptor

      public VintageEngineDescriptor(org.junit.platform.engine.UniqueId uniqueId)
  • Method Details

    • getModifiableChildren

      public Set<org.junit.platform.engine.TestDescriptor> getModifiableChildren()