Hi Kazuhito, How can I display the test class names in report. For example I have three test classes Atest.java (testAmethod()) Btest.java (testBmethod()) Ctest.java (testCmethod())
I created a suite with for these three classes. AllTestsSuite (which has all three testClasses) If I call AllTestsSuite then in the report I am seeing the suite name after the summary section testSuite name displayed TestCase AllTestSuite and down below I am seeing all the method names but I need a break down report for each test case meaning (for each test class these are the methods). Right how its showing all the methods from different test classes its very hard to find out which test class has which method. Is there anyway I can configure this? Thanks, Senthil. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
