Skip to content

Commit

Permalink
Add JUnitTestRunnerInterceptor for JUnit4 Parameterized tests eclipse…
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T committed Dec 4, 2023
1 parent 4355f45 commit 8e8b712
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<properties>
<!-- Attach Clover's test interceptor in order to record JUnit4 Parameterized tests -->
<property>
<name>listener</name>
<value>com.atlassian.clover.recorder.junit.JUnitTestRunnerInterceptor</value>
</property>
</properties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 8e8b712

Please sign in to comment.