Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Rerun JUnit Testcases which implement the cloneable interface
Rerun JUnit Testcases which implement the cloneable interface [message #232845] Mon, 17 July 2006 11:52
Eclipse UserFriend
Originally posted by: sanzinger.thegoldensource.com

Hello

At the moment it isn't possible rerun tests which was created in this way:

public static TestSuite suite()
{
TestSuite suite = new TestSuite("blah");
suite.addTest(new MyOwnTestCase("ABC"));
return suite;
}

But when the class MyOwnTestCase implements the Cloneable interface it
should be possible to rerun the test by cloning the test prototype and run
the test again.

Or is there a other way to solve this problem?

Sincerely
Stefan
Previous Topic:No NLS search in 3.2
Next Topic:Integrating build of non Java extensions
Goto Forum:
  


Current Time: Tue Jul 22 22:11:44 EDT 2025

Powered by FUDForum. Page generated in 0.20132 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top