Class Executor

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

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

    • Executor

      public Executor()
  • 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()