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
Copy file name to clipboardExpand all lines: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/DefaultStatelessReportMojoConfiguration.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,16 @@ public DefaultStatelessReportMojoConfiguration(
Copy file name to clipboardExpand all lines: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/SurefireStatelessReporter.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,8 @@ public StatelessReportEventListener<WrappedReportEntry, TestSetStats> createList
Copy file name to clipboardExpand all lines: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/junit5/JUnit5Xml30StatelessReporter.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,8 @@ public StatelessReportEventListener<WrappedReportEntry, TestSetStats> createList
Copy file name to clipboardExpand all lines: maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/TestSetMockReporterFactory.java
Copy file name to clipboardExpand all lines: maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/extensions/StatelessReporterTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public void shouldCreateConsoleListener() {
Copy file name to clipboardExpand all lines: maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/DefaultReporterFactoryTest.java
+3
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ public void testMergeTestHistoryResult() throws Exception {
86
86
null,
87
87
false,
88
88
true,
89
+
true,
89
90
newSurefireStatelessReporter(),
90
91
newSurefireConsoleOutputReporter(),
91
92
newSurefireStatelessTestsetInfoReporter());
@@ -290,6 +291,7 @@ public void testLogger() {
290
291
null,
291
292
false,
292
293
true,
294
+
true,
293
295
newSurefireStatelessReporter(),
294
296
newSurefireConsoleOutputReporter(),
295
297
newSurefireStatelessTestsetInfoReporter());
@@ -355,6 +357,7 @@ public void testCreateReporterWithZeroStatistics() {
Copy file name to clipboardExpand all lines: surefire-extensions-api/src/main/java/org/apache/maven/surefire/extensions/StatelessReportMojoConfiguration.java
+9-1
Original file line number
Diff line number
Diff line change
@@ -38,19 +38,23 @@ public class StatelessReportMojoConfiguration {
0 commit comments