Uses of Class
org.junit.platform.testkit.engine.Execution
-
Uses of Execution in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return ExecutionModifier and TypeMethodDescriptionstatic ExecutionExecution.finished(org.junit.platform.engine.TestDescriptor testDescriptor, Instant startInstant, Instant endInstant, org.junit.platform.engine.TestExecutionResult executionResult)Create a new instance of anExecutionthat finished with the providedTestExecutionResult.static ExecutionExecution.skipped(org.junit.platform.engine.TestDescriptor testDescriptor, Instant startInstant, Instant endInstant, String skipReason)Create a new instance of anExecutionthat was skipped with the providedskipReason.Methods in org.junit.platform.testkit.engine that return types with arguments of type ExecutionModifier and TypeMethodDescriptionorg.assertj.core.api.ListAssert<Execution>Executions.assertThatExecutions()Shortcut fororg.assertj.core.api.Assertions.assertThat(executions.list()).Shortcut forexecutions.stream().filter(predicate).Executions.list()Get the executions as aList.Executions.stream()Get the executions as aStream.Method parameters in org.junit.platform.testkit.engine with type arguments of type Execution