--- AssertMo.java 2007-01-07 17:33:53.000000000 +0100 +++ AssertMo.java.orig 2007-01-07 17:35:10.000000000 +0100 @@ -77,7 +77,7 @@ assertTrue("Should not have verified", threwException); } - public static void failNotEquals( + static protected void failNotEquals( String message, Object expected, Object actual) {