Surefire Report plugin should generate different names for invocations of a
method that uses parameters/data provider
---------------------------------------------------------------------------------------------------------------------
Key: SUREFIRE-624
URL: http://jira.codehaus.org/browse/SUREFIRE-624
Project: Maven Surefire
Issue Type: Improvement
Components: Maven Surefire Report Plugin, TestNG support
Affects Versions: 2.5
Reporter: Oleg Estekhin
If there is a test method that uses some data provider than the generated
report will contain a number of lines with the same text (the plain method
name) which correspond to the different invocations of that method with
different parameters.
The testng-results.xml contains parameter values for each invocation therefore
surefire report can display the proper text for each invocation consisting of
the plain method name and a list of actual parameter values.
--
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