Searched defs:npe (Results 1 – 9 of 9) sorted by relevance
26 NullPointerException npe = new NullPointerException(); in test_ConstructorLStringLThrowable() local39 NullPointerException npe = new NullPointerException(); in test_ConstructorLThrowable() local
50 NullPointerException npe = new NullPointerException(); in test_ConstructorLjava_lang_StringLjava_lang_Throwable() local61 NullPointerException npe = new NullPointerException(); in test_ConstructorLjava_lang_Throwable() local
37 NullPointerException npe = new NullPointerException(); in test_constructorLjava_lang_StringLjava_lang_Throwable() local
45 NullPointerException npe = new NullPointerException("fixture"); in test_ConstructorLjava_lang_Throwable() local
67 NullPointerException npe = new NullPointerException(); in test_ConstructorLjava_lang_StringLjava_lang_Throwable() local
36 NullPointerException npe = new NullPointerException("null value"); in test_ConstructorObject() local
82 NullPointerException npe = new NullPointerException(); in test_getException() local
160 private static void npe(boolean expectedToThrowNpe, Runnable runnable) { in npe() method in ListOfTest
169 private static void npe(boolean expectedToThrowNpe, Runnable runnable) { in npe() method in SetOfTest