Searched defs:assertNull (Results 1 - 25 of 26) sorted by relevance

12

/external/junit/src/main/java/junit/framework/
H A DAssert.java266 static public void assertNull(Object object) { method in class:Assert
268 assertNull("Expected: <null> but was: " + object.toString(), object);
276 static public void assertNull(String message, Object object) { method in class:Assert
H A DTestCase.java437 public static void assertNull(Object object) { method in class:TestCase
438 Assert.assertNull(object);
446 public static void assertNull(String message, Object object) { method in class:TestCase
447 Assert.assertNull(message, object);
/external/testng/src/main/java/org/testng/
H A DAssertJUnit.java273 static public void assertNull(Object object) { method in class:AssertJUnit
274 assertNull(null, object);
281 static public void assertNull(String message, Object object) { method in class:AssertJUnit
H A DAssert.java433 static public void assertNull(Object object) { method in class:Assert
434 assertNull(object, null);
443 static public void assertNull(Object object, String message) { method in class:Assert
/external/testng/src/main/java/org/testng/asserts/
H A DAssertion.java370 public void assertNull(final Object object) { method in class:Assertion
374 org.testng.Assert.assertNull(object);
379 public void assertNull(final Object object, final String message) { method in class:Assertion
383 org.testng.Assert.assertNull(object, message);
/external/junit/src/main/java/org/junit/
H A DAssert.java733 static public void assertNull(String message, Object object) { method in class:Assert
746 static public void assertNull(Object object) { method in class:Assert
747 assertNull(null, object);
/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/util/
H A DLocaleMatcherTest.java245 private void assertNull(Object bestMatch) { method in class:LocaleMatcherTest
246 assertNull("", bestMatch);
252 assertNull(matcher.getBestMatch(ULocale.FRENCH));
406 // assertNull(matcher.getBestMatch(ULocale.ENGLISH));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java242 private void assertNull(Object bestMatch) { method in class:LocaleMatcherTest
243 assertNull("", bestMatch);
249 assertNull(matcher.getBestMatch(ULocale.FRENCH));
403 // assertNull(matcher.getBestMatch(ULocale.ENGLISH));
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java902 public void assertNull(String msg, Object p) { try {Assert.assertNull(msg, p);} catch (Error e) {lastTestFailed=true; throw e;} } method in class:BaseTest
903 public void assertNull(Object p) { try {Assert.assertNull(p);} catch (Error e) {lastTestFailed=true; throw e;} } method in class:BaseTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestFmwk.java599 protected static boolean assertNull(String message, Object actual) { method in class:TestFmwk
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java598 protected static boolean assertNull(String message, Object actual) { method in class:TestFmwk
/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- ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 575 milliseconds

12