Toggle navigation
Home
org.junit.platform.testkit.ExecutionRecorder to org.junit.platform.testkit.ExecutionResults
No. of Instances - 24
No. of Commits - 2
No. of Projects - {'junit5'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
executionRecorder
to
executionResults
executionRecorder
to
executionResults
executionRecorder
to
executionResults
Add or Remove Method invocation
executionRecorder
to
executionResults.getExecutionEvents().stream().filter(condition::matches).findAny()
executionRecorder
to
executionResults.getExecutionEvents().stream().filter(condition::matches)
executionRecorder
to
executionResults.getExecutionEvents().stream()
executionRecorder
to
executionResults.getExecutionEvents()
executionRecorder.getExecutionResults().getExecutionEvents().stream().filter(condition::matches).findAny()
to
executionResults
executionRecorder.getExecutionResults().getExecutionEvents().stream().filter(condition::matches)
to
executionResults
executionRecorder.getExecutionResults().getExecutionEvents().stream()
to
executionResults
executionRecorder.getExecutionResults().getExecutionEvents()
to
executionResults
executionRecorder.getExecutionResults()
to
executionResults