Class ExecutorContext

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

public class ExecutorContext extends Object
Class to implement an execution context
  • Constructor Details

    • ExecutorContext

      public ExecutorContext(org.junit.platform.engine.ExecutionRequest executionRequest, CountDownLatch countDownLatch)
      Constructor
      Parameters:
      executionRequest - executionRequest
      countDownLatch - countDownLatch
  • Method Details

    • getExecutionRequest

      public org.junit.platform.engine.ExecutionRequest getExecutionRequest()
      Method to get the ExecutionRequest
      Returns:
      the ExecutionRequest
    • getEngineExecutionListener

      public org.junit.platform.engine.EngineExecutionListener getEngineExecutionListener()
      Method to get the EngineExecutionListener
      Returns:
      the EngineExecutionListener
    • complete

      public void complete()
      Method to mark the execution context complete