Class JupiterEngineDescriptor

  • All Implemented Interfaces:
    org.junit.platform.engine.support.hierarchical.Node<JupiterEngineExecutionContext>, org.junit.platform.engine.TestDescriptor

    @API(status=INTERNAL,
         since="5.0")
    public class JupiterEngineDescriptor
    extends org.junit.platform.engine.support.descriptor.EngineDescriptor
    implements org.junit.platform.engine.support.hierarchical.Node<JupiterEngineExecutionContext>
    Since:
    5.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.junit.platform.engine.support.hierarchical.Node

        org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor, org.junit.platform.engine.support.hierarchical.Node.ExecutionMode, org.junit.platform.engine.support.hierarchical.Node.Invocation<C extends org.junit.platform.engine.support.hierarchical.EngineExecutionContext>, org.junit.platform.engine.support.hierarchical.Node.SkipResult
      • 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
      static java.lang.String ENGINE_ID  
      • 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
      void cleanUp​(JupiterEngineExecutionContext context)  
      JupiterConfiguration getConfiguration()  
      org.junit.platform.engine.support.hierarchical.Node.ExecutionMode getExecutionMode()  
      JupiterEngineExecutionContext prepare​(JupiterEngineExecutionContext context)  
      • 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.support.hierarchical.Node

        after, around, before, execute, getExclusiveResources, nodeFinished, nodeSkipped, shouldBeSkipped
      • Methods inherited from interface org.junit.platform.engine.TestDescriptor

        accept, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune