Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.7
-
None
-
None
-
Windows 2000
Description
In my test method I want to customize test name in order to generate user friendly report with maven.
If I use setName in testXXX method and then run test suite by using ServletTestRunner facility, generated output xml is correct, but if I run test suite in maven, output still using method name.
I've tried to use setName in beginXXX but an error occur indicating no test found, because cactus use new name in order to find method to execute.
I've tried to use setName in endXXX but output still contain method name.
Is possible to have a change to do this ?
Thank's in advance.