You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: #3139 Update to display each test method info
1. Add a `testPlan` getter to `platform/launcher/listeners/SummaryGeneratingListener.java`.
2. DiffPrinter now needs testPlan to display the testMethod info.
Issue: #3139
Copy file name to clipboardExpand all lines: junit-platform-launcher/src/main/java/org/junit/platform/launcher/listeners/SummaryGeneratingListener.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,13 @@ public TestExecutionSummary getSummary() {
0 commit comments