xml - Junit Ant Test report -
i'm using junit ant generate test report default junit-noframes format. since i'm testing several different classes in same package i'd see statistics on test results each class. in addition, i'd separate successfull tests in report.
i've examinated xslt file, may allows me partially solve first problem. still in xml test report generated junit successfull cases regrouped. how can affect this? possible change way junit stocks informations in xml testresult? these datas concerning individual tests must somewhere, since i'm able see them junit plugin in eclipse.