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
+8-1
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,15 @@ 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
@@ -68,7 +68,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
@@ -107,7 +107,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
@@ -85,6 +85,7 @@ public void testMergeTestHistoryResult() throws Exception {
85
85
null,
86
86
null,
87
87
false,
88
+
true,
88
89
newSurefireStatelessReporter(),
89
90
newSurefireConsoleOutputReporter(),
90
91
newSurefireStatelessTestsetInfoReporter());
@@ -288,6 +289,7 @@ public void testLogger() {
288
289
null,
289
290
null,
290
291
false,
292
+
true,
291
293
newSurefireStatelessReporter(),
292
294
newSurefireConsoleOutputReporter(),
293
295
newSurefireStatelessTestsetInfoReporter());
@@ -352,6 +354,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
@@ -36,17 +36,21 @@ public class StatelessReportMojoConfiguration {
0 commit comments