Class SuiteEngineDescriptor

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

    final class SuiteEngineDescriptor
    extends org.junit.platform.engine.support.descriptor.EngineDescriptor
    Since:
    1.8
    • 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
      (package private) static java.lang.String ENGINE_ID  
      • Fields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        children
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.platform.engine.TestDescriptor.Type 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 java.lang.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 Detail

      • SuiteEngineDescriptor

        SuiteEngineDescriptor​(org.junit.platform.engine.UniqueId uniqueId)
    • 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 org.junit.platform.engine.support.descriptor.EngineDescriptor