--- jmock-library-1.2.0.orig/src/org/jmock/expectation/AssertMo.java 2007-06-02 17:23:18.000000000 -0500 +++ jmock-library-1.2.0/src/org/jmock/expectation/AssertMo.java 2015-09-15 15:47:56.676879745 -0500 @@ -73,7 +73,7 @@ assertTrue("Should not have verified", threwException); } - static protected void failNotEquals( String message, + static public void failNotEquals( String message, Object expected, Object actual ) { String formatted = "";