Expose the name of test suite class used as a sure-fire plugin property so that
in can be specified in the project XML
----------------------------------------------------------------------------------------------------------------------
Key: SUREFIRE-543
URL: http://jira.codehaus.org/browse/SUREFIRE-543
Project: Maven Surefire
Issue Type: Improvement
Components: plugin
Affects Versions: 2.4.3
Environment: Does not matter.
Reporter: anshul
The SurefirePlugin currently hardcodes the name of the test suite class used
for figuring out the list of tests within
SurefirePlugin.constructSurefireBooter(). It will be very useful if the plugin
exposes the name of these test suites as plugin properties, so that custom ones
can be supplied in the XML.
The default value for these properties can be set to the current hardcoded
values.
{{org.apache.maven.surefire.testng.TestNGDirectoryTestSuite,
org.apache.maven.surefire.junit4.JUnit4DirectoryTestSuite,
org.apache.maven.surefire.junit.JUnitDirectoryTestSuite}}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira