Package | Description |
---|---|
org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
Modifier and Type | Method and Description |
---|---|
protected HierarchicalTestExecutorService |
JupiterTestEngine.createExecutorService(ExecutionRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
ForkJoinPoolHierarchicalTestExecutorService
A
ForkJoinPool -based
executor service that executes
test tasks with the configured parallelism. |
class |
SameThreadHierarchicalTestExecutorService
A simple executor service that
executes all test tasks in the caller's thread.
|
Modifier and Type | Method and Description |
---|---|
protected HierarchicalTestExecutorService |
HierarchicalTestEngine.createExecutorService(ExecutionRequest request)
Create the executor service
to use for executing the supplied request.
|
Copyright © 2021. All rights reserved.