Searched refs:ComparisonFailure (Results 1 - 11 of 11) sorted by relevance

/external/junit/src/junit/framework/
H A DComparisonFailure.java8 public class ComparisonFailure extends AssertionFailedError { class in inherits:AssertionFailedError
21 public ComparisonFailure (String message, String expected, String actual) { method in class:ComparisonFailure
H A DAssert.java85 throw new ComparisonFailure(cleanMessage, expected, actual);
/external/mockito/src/org/mockito/exceptions/verification/junit/
H A DArgumentsAreDifferent.java8 import junit.framework.ComparisonFailure;
13 public class ArgumentsAreDifferent extends ComparisonFailure {
/external/junit/src/org/junit/
H A DComparisonFailure.java5 * a <code>ComparisonFailure</code> manually if you want to show users the difference between two complex
10 public class ComparisonFailure extends AssertionError { class in inherits:AssertionError
27 public ComparisonFailure (String message, String expected, String actual) { method in class:ComparisonFailure
H A DAssert.java125 throw new ComparisonFailure(cleanMessage, (String) expected,
/external/junit/
H A DCommon.mk13 src/junit/framework/ComparisonFailure.java \
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 2955 milliseconds