public class RetryTestCase extends TestCase (Code)
A TestCase that retries tests when assertions fail.
If one or more tests throw an AssertionFailedError, all tests are
repeated one time.
Errors or exceptions other than AssertionFailedError do not lead to retries.
version: $Revision: 155427 $ $Date: 2005-02-26 06:11:52 -0700 (Sat, 26 Feb 2005) $