|
Re: [junitperf] Individual test method timings per test suite
On Mar 3, 2005, at 9:01 AM, ddchili wrote:
> 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?
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 pieces.
Mike
|