blob: f9bf804d18c069a1d5eb224ba8d5675020727673 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 = "";
|