Class RunnableEngineDescriptor

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

    public final class RunnableEngineDescriptor
    extends org.junit.platform.engine.support.descriptor.EngineDescriptor
    • 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
      RunnableEngineDescriptor​(org.junit.platform.engine.UniqueId uniqueId, String displayName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> List<T> getChildren​(Class<T> clazz)  
      Optional<org.junit.platform.engine.TestSource> getSource()  
      org.junit.platform.engine.TestDescriptor.Type getType()  
      boolean isContainer()  
      boolean isTest()  
      void run()  
      • Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toString
      • Methods inherited from interface org.junit.platform.engine.TestDescriptor

        accept, getDescendants, getLegacyReportingName, isRoot, mayRegisterTests, prune
    • Constructor Detail

      • RunnableEngineDescriptor

        public RunnableEngineDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                        String displayName)
    • Method Detail

      • getSource

        public Optional<org.junit.platform.engine.TestSource> getSource()
        Specified by:
        getSource in interface org.junit.platform.engine.TestDescriptor
        Overrides:
        getSource in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
      • 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
      • isTest

        public boolean isTest()
      • isContainer

        public boolean isContainer()
      • getChildren

        public <T> List<T> getChildren​(Class<T> clazz)
      • run

        public void run()