Toggle navigation
Home
java.lang.Throwable to org.junit.gen5.engine.TestExecutionResult
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'junit5'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
listener.testAborted(testIdentifier,t)
to
listener.testFinished(testIdentifier,testExecutionResult)
Rename Variable
t
to
testExecutionResult
t
to
testExecutionResult
Rename Method invocation
testAborted
to
testFinished