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 | Description |
---|---|---|
protected HierarchicalTestExecutorService |
JupiterTestEngine.createExecutorService(ExecutionRequest request) |
Modifier and Type | Class | Description |
---|---|---|
class |
ForkJoinPoolHierarchicalTestExecutorService |
|
class |
SameThreadHierarchicalTestExecutorService |
A simple executor service that
executes all test tasks in the caller's thread.
|
Modifier and Type | Method | Description |
---|---|---|
protected HierarchicalTestExecutorService |
HierarchicalTestEngine.createExecutorService(ExecutionRequest request) |
Create the executor service
to use for executing the supplied request.
|
Copyright © 2019. All rights reserved.