Hi, is there functionality within JUnitPerf to create a TimedTest from
a JUnit TestSuite that contians more than one test method and have
JUnitPerf report timing back on each method rather than the entire
suite run?
Hi, is there functionality within JUnitPerf to create a TimedTest from a JUnit TestSuite that contians more than one test method and have JUnitPerf report...
... No, it treats a single test method or a suite of tests uniformly. JUnitPerf simply wraps a Test instance, so it doesn't have insight into the parts and...