Class RunnerExecutor

java.lang.Object
org.junit.vintage.engine.execution.RunnerExecutor

@API(status=INTERNAL,
     since="4.12")
public class RunnerExecutor
extends java.lang.Object
Since:
4.12
  • Constructor Summary

    Constructors
    Constructor Description
    RunnerExecutor​(org.junit.platform.engine.EngineExecutionListener engineExecutionListener)  
  • Method Summary

    Modifier and Type Method Description
    void execute​(RunnerTestDescriptor runnerTestDescriptor)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RunnerExecutor

      public RunnerExecutor​(org.junit.platform.engine.EngineExecutionListener engineExecutionListener)
  • Method Details