Skip to content

Commit

Permalink
Report test method failures too
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Sep 25, 2023
1 parent 35661c1 commit 37d0a6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ private void onTestEndedEvent(EclipseTestEvent.TestEnded event) {
if (this.currentTestClass!=null) {
this.currentTestClass = null;
}
this.resultProcessor.completed(event.getTestId(), completeEvent(TestResult.ResultType.SUCCESS));
this.resultProcessor.completed(classId, completeEvent(SUCCESS));
}

Expand Down

0 comments on commit 37d0a6b

Please sign in to comment.