[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" |