Uses of Class
de.rwth.swc.coffee4j.junit.engine.execution.ExecutionContext
-
Packages that use ExecutionContext Package Description de.rwth.swc.coffee4j.junit.engine.execution -
-
Uses of ExecutionContext in de.rwth.swc.coffee4j.junit.engine.execution
Methods in de.rwth.swc.coffee4j.junit.engine.execution that return ExecutionContext Modifier and Type Method Description static ExecutionContextExecutionContext. fromExecutionListener(org.junit.platform.engine.EngineExecutionListener executionListener)ExecutionContextExecutionContext. withLifecycleExecutor(LifecycleExecutor lifecycleExecutor)ExecutionContextExecutionContext. withMethodDescriptor(CombinatorialTestMethodDescriptor methodDescriptor)ExecutionContextExecutionContext. withTestInstance(Object testInstance)Constructors in de.rwth.swc.coffee4j.junit.engine.execution with parameters of type ExecutionContext Constructor Description CombinationExecutor(ExecutionContext executionContext)CombinatorialTestExecutor(ExecutionContext executionContext)Creates a newCombinatorialTestExecutorbased upon the suppliedEngineExecutionListener.
-