The com.mockobjects.util.AssertMo.failNotEquals()method is declared as static protected void. However, since JUnit 3.8.2 (actually, CVS revision 1.19 of Assert), the visibility of junit.framework.Assert.failNotEquals() has changed from private to public.
This means that the com.mockobjects.util.AssertMo class will not compile against JUnit 3.8.2.
This needs to be fixed by modifying the...
2007-01-07 15:51:11 UTC in Mock Objects