Searched defs:assertSame (Results 1 - 25 of 27) sorted by relevance

12

/external/python/cpython2/Lib/ctypes/test/
H A Dtest_internals.py21 def assertSame(self, a, b): member in class:ObjectsTestCase
36 self.assertSame(cs._objects, s)
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_internals.py18 def assertSame(self, a, b): member in class:ObjectsTestCase
33 self.assertSame(cs._objects, s)
/external/apache-harmony/support/src/test/java/tests/util/
H A DSerializationTester.java90 public static boolean assertSame(Object inputObject) throws Exception { method in class:SerializationTester
/external/junit/src/main/java/junit/framework/
H A DAssert.java284 static public void assertSame(String message, Object expected, Object actual) { method in class:Assert
295 static public void assertSame(Object expected, Object actual) { method in class:Assert
296 assertSame(null, expected, actual);
H A DTestCase.java455 public static void assertSame(String message, Object expected, Object actual) { method in class:TestCase
456 Assert.assertSame(message, expected, actual);
464 public static void assertSame(Object expected, Object actual) { method in class:TestCase
465 Assert.assertSame(expected, actual);
/external/testng/src/main/java/org/testng/
H A DAssertJUnit.java289 static public void assertSame(String message, Object expected, Object actual) { method in class:AssertJUnit
300 static public void assertSame(Object expected, Object actual) { method in class:AssertJUnit
301 assertSame(null, expected, actual);
H A DAssert.java456 static public void assertSame(Object actual, Object expected, String message) { method in class:Assert
469 static public void assertSame(Object actual, Object expected) { method in class:Assert
470 assertSame(actual, expected, null);
/external/testng/src/main/java/org/testng/asserts/
H A DAssertion.java388 public void assertSame(final Object actual, final Object expected, final String message) { method in class:Assertion
392 org.testng.Assert.assertSame(actual, expected, message);
397 public void assertSame(final Object actual, final Object expected) { method in class:Assertion
401 org.testng.Assert.assertSame(actual, expected);
/external/junit/src/main/java/org/junit/
H A DAssert.java767 static public void assertSame(String message, Object expected, Object actual) { method in class:Assert
781 static public void assertSame(Object expected, Object actual) { method in class:Assert
782 assertSame(null, expected, actual);
/external/kotlinc/lib/
H A Dkotlin-test-junit.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/test/ kotlin/test/annotations/ kotlin/test/annotations/AnnotationsKt ...
H A Dkotlin-test-testng.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/test/ kotlin/test/testng/ kotlin/test/testng/annotations/ ...
H A Dkotlin-test.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/test/ kotlin/test/Asserter$assertNull$1 ...
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestFmwk.java588 protected boolean assertSame(String message, Object expected, Object actual) { method in class:TestFmwk
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java587 protected boolean assertSame(String message, Object expected, Object actual) { method in class:TestFmwk
/external/python/cpython3/Lib/test/
H A Dtest_pathlib.py1276 def assertSame(self, path_a, path_b): member in class:_BasePathTest
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/annotation-tools/scene-lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...

Completed in 764 milliseconds

12