Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6
-
None
-
Patch
Description
It would be nice to allow listing of FQCNs of Junit4 RunListeners in user's pom.xml so that they can add their own custom RunListeners. Syntax would be the same as for TestNG, ie:
<configuration>
<property>
<name>listener</name>
<value>list,of,FQCNs,implementing,org.junit.runner.notification.RunListener</value>
...
patch attached for surefire-junit4