-
Please change the org.easymock.internal.MocksBehavior.checkCurrentThreadSameAsLastThread as follows:
public void checkCurrentThreadSameAsLastThread() {
if (lastThread == null) {
lastThread = Thread.currentThread();
} else if(lastThread != Thread.currentThread()) {
throw new AssertionErrorWrapper(new AssertionError(
"\n...
2008-11-25 08:51:18 UTC in EasyMock
-
The check ignores the case, when class is derived from TestCase, and the base TestCase has some test methods in it.
In this case, it is a valid situation, when the derived TestCase has no tests, because the tests from the parent class will be executed.
Such derived TestCase classes are often created in order to test several implementations of one interface.
2007-01-30 06:06:09 UTC in FindBugs
-
s_yevtushenko committed patchset 273 of module conexp to the Concept Explorer CVS repository, changing 2 files.
2006-11-14 11:21:00 UTC in Concept Explorer
-
s_yevtushenko committed patchset 272 of module conexp to the Concept Explorer CVS repository, changing 4 files.
2006-11-14 10:24:00 UTC in Concept Explorer
-
s_yevtushenko committed patchset 271 of module conexp to the Concept Explorer CVS repository, changing 1 files.
2006-10-09 16:13:40 UTC in Concept Explorer
-
s_yevtushenko committed patchset 270 of module conexp to the Concept Explorer CVS repository, changing 26 files.
2006-10-09 16:05:58 UTC in Concept Explorer
-
s_yevtushenko committed patchset 269 of module conexp to the Concept Explorer CVS repository, changing 3 files.
2006-10-09 16:02:26 UTC in Concept Explorer
-
s_yevtushenko committed patchset 268 of module conexp to the Concept Explorer CVS repository, changing 25 files.
2006-10-09 13:39:59 UTC in Concept Explorer
-
s_yevtushenko committed patchset 267 of module conexp to the Concept Explorer CVS repository, changing 12 files.
2006-09-27 14:39:08 UTC in Concept Explorer
-
s_yevtushenko committed patchset 266 of module conexp to the Concept Explorer CVS repository, changing 2 files.
2006-09-27 13:39:57 UTC in Concept Explorer