Class Executor

java.lang.Object
org.antublue.test.engine.internal.util.Executor

public class Executor extends Object
Method to execute an ExecutionRequest
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to wait for the executor to finish
    void
    execute(org.junit.platform.engine.ExecutionRequest executionRequest)
    Method to execute the ExecutionRequest

    Methods inherited from class java.lang.Object

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

    • Executor

      public Executor()
      Constructor
  • Method Details

    • execute

      public void execute(org.junit.platform.engine.ExecutionRequest executionRequest)
      Method to execute the ExecutionRequest
      Parameters:
      executionRequest - the execution request
    • await

      public void await()
      Method to wait for the executor to finish