I'm trying to create a report for my cactus's test and I'd like to organize the report grouping it by package.
For example if I have this packages:
1) tools with this class test: TestTools1, TestTools2 2) utility with this class test: TestUtility1,TestUtility2 3) base with this class test: TestBase1,TestBase2
I'd like the report being in this way:
Package tools
Test TestTools1 TestTools2
Package utility
Test TestUtility1 TestUtility2
Package base
Test TestBase1 TestBase2
Is it possible?
Regards, Barbara
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
