Searched defs:npe (Results 1 – 10 of 10) sorted by relevance
25 NullPointerException npe = new NullPointerException(); in test_ConstructorLStringLThrowable() local41 NullPointerException npe = new NullPointerException(); in test_ConstructorLThrowable() local73 NullPointerException npe = new NullPointerException(); in test_getStackTrace() local81 NullPointerException npe = new NullPointerException(); in test_initCause() local117 NullPointerException npe = new NullPointerException(); in test_setStackTrace() local
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