| Package | Description |
|---|---|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform. |
| Modifier and Type | Field and Description |
|---|---|
private TerminationInfo |
Execution.terminationInfo |
| Modifier and Type | Method and Description |
|---|---|
static TerminationInfo |
TerminationInfo.executed(TestExecutionResult testExecutionResult)
Create an executed
TerminationInfo instance for the
supplied TestExecutionResult. |
TerminationInfo |
Execution.getTerminationInfo()
Get the
TerminationInfo for this Execution. |
static TerminationInfo |
TerminationInfo.skipped(java.lang.String reason)
Create a skipped
TerminationInfo instance for the
supplied reason. |
| Modifier and Type | Method and Description |
|---|---|
private java.util.stream.Stream<Execution> |
Executions.executionsByTerminationInfo(java.util.function.Predicate<TerminationInfo> predicate) |
| Constructor and Description |
|---|
Execution(TestDescriptor testDescriptor,
java.time.Instant startInstant,
java.time.Instant endInstant,
TerminationInfo terminationInfo) |