-
I am running into the problem of infinite loop while running jester.
> Jester is changing a condition in a for loop which is causing an
> infinite loop while running unit tests.
Here is the code: So when jester changes nested for loop inside switch from ++cIdx to --cIdx, it goes into infinite loop
StringBuffer argBuf = new StringBuffer();
for ( int cIdx = 0 ; cIdx
2009-07-30 16:57:53 UTC by nobody
-
The try/finally block in TestTester#doMain silently eats all exception. You should add a catch block and print caught errors!
If you give me write access, I can upload our patch.
PS, this report refers to simple-jester 1.1.
2009-07-30 08:28:20 UTC by adriankuhn
-
The current version of Jester that I downloaded doesn't support JUnit 4.5. Please fix Jester to support this JUnit version.
2009-02-12 19:58:38 UTC by nathanila
-
Jester should be smarter about which tests it runs first. Rather than running the entire test suite, it should look for a matching test class. For instance, if it's mutating the class Foo it should look for a test class named FooTest (in whatever) package, and run those tests first before trying every other test.
After that, we might want then to run tests in other classes that import Foo...
2009-01-02 12:56:43 UTC by elharo
-
ivan_r_moore committed revision 46 to the Jester SVN repository, changing 13 files.
2008-10-21 19:12:43 UTC by ivan_r_moore
-
ivan_r_moore committed revision 45 to the Jester SVN repository, changing 4 files.
2008-10-19 18:45:10 UTC by ivan_r_moore
-
ivan_r_moore committed revision 44 to the Jester SVN repository, changing 2 files.
2008-10-19 18:03:28 UTC by ivan_r_moore
-
ivan_r_moore committed revision 43 to the Jester SVN repository, changing 2 files.
2008-10-19 16:40:10 UTC by ivan_r_moore
-
ivan_r_moore committed revision 42 to the Jester SVN repository, changing 3 files.
2008-10-19 15:15:55 UTC by ivan_r_moore
-
ivan_r_moore committed revision 41 to the Jester SVN repository, changing 5 files.
2008-10-19 12:43:26 UTC by ivan_r_moore