From: SourceForge.net <no...@so...> - 2009-12-01 02:20:35
|
Feature Requests item #1312401, was opened at 2005-10-03 23:09 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1312401&group_id=15278 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Giovanni Pelosi (hute37) Assigned to: Nobody/Anonymous (nobody) Summary: Time (Iterated) Test Wrapper Initial Comment: I have written a JUnit extension to wrap a simple test case, used to run to test for a fixed number of iterations. * It prints total and average execution time. * It let to verify total and average time execution. I was inspired by RepeatedTest and JUnitPerf TimedTest extensions, but, for a better accurancy, test iteration is done with caching on reflection invoke. setUp and tearDown methods are called before and after iteration block (but this can be extended to conditionally do these calls in iteration block). A testSuite extension is provided to collect time statistics automatically (with a fixed numer of iterations) ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-12-01 02:20 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: David Saff (dsaff) Date: 2009-11-16 17:52 Message: This tracker is being shut down. Please move this item to http://github.com/KentBeck/junit/issues ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1312401&group_id=15278 |