1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Wed, 6 Nov 2013 21:03:18 +0100
Subject: AssertMo
===================================================================
---
src/core/com/mockobjects/util/AssertMo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/com/mockobjects/util/AssertMo.java b/src/core/com/mockobjects/util/AssertMo.java
index 11846d5..ebd7923 100644
--- a/src/core/com/mockobjects/util/AssertMo.java
+++ b/src/core/com/mockobjects/util/AssertMo.java
@@ -77,7 +77,7 @@ public class AssertMo extends Assert {
assertTrue("Should not have verified", threwException);
}
- static protected void failNotEquals(
+ public static void failNotEquals(
String message,
Object expected,
Object actual) {
|