Skip to content

Commit 8e8b712

Browse files
committed
Add JUnitTestRunnerInterceptor for JUnit4 Parameterized tests eclipse-platform#1630
eclipse-platform#1630
1 parent 4355f45 commit 8e8b712

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,15 @@
439439
<groupId>org.apache.maven.plugins</groupId>
440440
<artifactId>maven-surefire-plugin</artifactId>
441441
<version>${surefire.version}</version>
442+
<configuration>
443+
<properties>
444+
<!-- Attach Clover's test interceptor in order to record JUnit4 Parameterized tests -->
445+
<property>
446+
<name>listener</name>
447+
<value>com.atlassian.clover.recorder.junit.JUnitTestRunnerInterceptor</value>
448+
</property>
449+
</properties>
450+
</configuration>
442451
</plugin>
443452
<plugin>
444453
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)