[GRADLE-1868] TestNG method with parameters name should be logged with parameters Created: 26/Oct/11  Updated: 03/Sep/13  Resolved: 03/Sep/13

Status: Resolved
Project: Gradle
Affects Version/s: 1.0-milestone-5
Fix Version/s: 1.7-rc-1

Type: Bug
Reporter: Denis Stepanov Assignee: Unassigned
Resolution: Fixed Votes: 1


 Description   

TestNG test method could have parameters, it would be nice if they were present with the test method name when using --info, otherwise same method name is appeared several times.

Right now a test method is printed as:

"Test method testMethodWithParameters(com.test.MyTest) PASSED"

I would suggest adding parameters right after method name:

"Test method testMethodWithParameters("TestParamString", 1, 2)(com.test.MyTest) PASSED"


Generated at Wed Jun 30 12:06:32 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.