Class TestEngineExecutorContext
java.lang.Object
org.antublue.test.engine.internal.TestEngineExecutorContext
Class to implement an execution context
-
Constructor Summary
ConstructorsConstructorDescriptionTestEngineExecutorContext(org.junit.platform.engine.ExecutionRequest executionRequest, CountDownLatch countDownLatch) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidcomplete()Method to mark the execution context completeorg.junit.platform.engine.EngineExecutionListenerMethod to get the EngineExecutionListenerorg.junit.platform.engine.ExecutionRequestMethod to get the ExecutionRequestMethod to get the ThrowableCollector
-
Constructor Details
-
TestEngineExecutorContext
public TestEngineExecutorContext(org.junit.platform.engine.ExecutionRequest executionRequest, CountDownLatch countDownLatch) Constructor- Parameters:
executionRequest- executionRequestcountDownLatch- 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
-
getThrowableCollector
Method to get the ThrowableCollector- Returns:
- the ThrowableCollector
-
complete
public void complete()Method to mark the execution context complete
-