/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | FactoryConfigurationErrorTest.java | 27 assertNull(fce.getLocalizedMessage()); in test_Constructor() 37 assertNotNull(fce.getLocalizedMessage()); in test_ConstructorLjava_lang_Exception() 45 assertEquals(e.toString(), fce.getLocalizedMessage()); in test_ConstructorLjava_lang_Exception() 55 assertNotNull(fce.getLocalizedMessage()); in test_ConstructorLjava_lang_ExceptionLjava_lang_String() 63 assertEquals("msg", fce.getLocalizedMessage()); in test_ConstructorLjava_lang_ExceptionLjava_lang_String() 70 assertEquals("Oops!", fce.getLocalizedMessage()); in test_ConstructorLjava_lang_String()
|
D | ParserConfigurationExceptionTest.java | 27 assertNull(pce.getLocalizedMessage()); in test_Constructor() 35 assertEquals("Oops!", pce.getLocalizedMessage()); in test_ConstructorLjava_lang_String()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | UnsupportedOperationExceptionTest.java | 32 assertNull(e.getLocalizedMessage()); in test_Constructor() 53 assertEquals(emptyThrowable.getClass().getName(), emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable() 59 assertEquals(throwable.getClass().getName(), emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable() 71 assertEquals("msg", emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_StringLjava_lang_Throwable() 78 assertEquals("msg", exception.getLocalizedMessage()); in test_ConstructorLjava_lang_StringLjava_lang_Throwable()
|
D | IllegalStateExceptionTest.java | 32 assertNull(e.getLocalizedMessage()); in test_Constructor() 52 assertEquals(emptyThrowable.getClass().getName(), emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable() 58 assertEquals(throwable.getClass().getName(), emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable() 69 assertEquals("msg", emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_StringLjava_lang_Throwable() 75 assertEquals("msg", exception.getLocalizedMessage()); in test_ConstructorLjava_lang_StringLjava_lang_Throwable()
|
D | RuntimeExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor() 50 assertEquals(emptyThrowable.getClass().getName(), emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable() 56 assertEquals(throwable.getClass().getName(), emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable()
|
D | IllegalArgumentExceptionTest.java | 32 assertNull(e.getLocalizedMessage()); in test_Constructor() 52 assertEquals(emptyThrowable.getClass().getName(), emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable() 58 assertEquals(exception.getClass().getName(), emptyException.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable()
|
D | ExceptionInInitializerErrorTest.java | 28 assertNull(e.getLocalizedMessage()); in test_Constructor() 48 assertNull(e.getLocalizedMessage()); in test_ConstructorLjava_lang_Throwable()
|
D | NegativeArraySizeExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | NoSuchMethodErrorTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | VerifyErrorTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | IllegalThreadStateExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | NoClassDefFoundErrorTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | LinkageErrorTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | ExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | UnsatisfiedLinkErrorTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | NumberFormatExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | CloneNotSupportedExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | ErrorTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | IllegalMonitorStateExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | IndexOutOfBoundsExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | InstantiationErrorTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | StackOverflowErrorTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | StringIndexOutOfBoundsExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
D | ArrayStoreExceptionTest.java | 30 assertNull(e.getLocalizedMessage()); in test_Constructor()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldThrowableTest.java | 54 testMessage, e.getLocalizedMessage()); in test_getLocalizedMessage() 57 assertEquals("localized message", tt.getLocalizedMessage()); in test_getLocalizedMessage() 66 public String getLocalizedMessage() { in getLocalizedMessage() method in OldThrowableTest.TestThrowable
|