/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
LoginExceptionTest.java | 55 assertNull("getCause() must return null", lE.getCause()); 67 assertNull("getCause() must return null", lE.getCause()); 79 assertNull("getCause() must return null", lE.getCause());
|
/libcore/luni/src/test/java/tests/api/javax/security/cert/ |
CertificateEncodingExceptionTest.java | 49 assertNull("getCause() must return null", tE.getCause()); 63 assertNull("getCause() must return null", tE.getCause()); 76 assertNull("getCause() must return null", tE.getCause());
|
CertificateExceptionTest.java | 50 assertNull("getCause() must return null", tE.getCause()); 64 assertNull("getCause() must return null", tE.getCause()); 77 assertNull("getCause() must return null", tE.getCause());
|
CertificateExpiredExceptionTest.java | 50 assertNull("getCause() must return null", tE.getCause()); 64 assertNull("getCause() must return null", tE.getCause()); 77 assertNull("getCause() must return null", tE.getCause());
|
CertificateNotYetValidExceptionTest.java | 51 assertNull("getCause() must return null", tE.getCause()); 65 assertNull("getCause() must return null", tE.getCause()); 79 assertNull("getCause() must return null", tE.getCause());
|
CertificateParsingExceptionTest.java | 51 assertNull("getCause() must return null", tE.getCause()); 65 assertNull("getCause() must return null", tE.getCause()); 78 assertNull("getCause() must return null", tE.getCause());
|
/libcore/luni/src/test/java/tests/security/cert/ |
CRLExceptionTest.java | 49 assertNull("getCause() must return null", tE.getCause()); 63 assertNull("getCause() must return null", tE.getCause()); 75 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 101 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
CertPathBuilderExceptionTest.java | 51 assertNull("getCause() must return null", tE.getCause()); 65 assertNull("getCause() must return null", tE.getCause()); 78 assertNull("getCause() must return null", tE.getCause()); 90 assertNull("getCause() must return null", tE.getCause()); 106 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
CertStoreExceptionTest.java | 49 assertNull("getCause() must return null", tE.getCause()); 63 assertNull("getCause() must return null", tE.getCause()); 75 assertNull("getCause() must return null", tE.getCause()); 87 assertNull("getCause() must return null", tE.getCause()); 103 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
CertificateEncodingExceptionTest.java | 51 assertNull("getCause() must return null", tE.getCause()); 65 assertNull("getCause() must return null", tE.getCause()); 78 assertNull("getCause() must return null", tE.getCause()); 91 assertNull("getCause() must return null", tE.getCause()); 108 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
CertificateExceptionTest.java | 50 assertNull("getCause() must return null", tE.getCause()); 64 assertNull("getCause() must return null", tE.getCause()); 77 assertNull("getCause() must return null", tE.getCause()); 89 assertNull("getCause() must return null", tE.getCause()); 105 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
CertificateExpiredExceptionTest.java | 50 assertNull("getCause() must return null", tE.getCause()); 64 assertNull("getCause() must return null", tE.getCause()); 77 assertNull("getCause() must return null", tE.getCause());
|
CertificateNotYetValidExceptionTest.java | 51 assertNull("getCause() must return null", tE.getCause()); 65 assertNull("getCause() must return null", tE.getCause()); 79 assertNull("getCause() must return null", tE.getCause());
|
CertificateParsingExceptionTest.java | 51 assertNull("getCause() must return null", tE.getCause()); 65 assertNull("getCause() must return null", tE.getCause()); 78 assertNull("getCause() must return null", tE.getCause()); 90 assertNull("getCause() must return null", tE.getCause()); 106 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
/libcore/luni/src/test/java/tests/security/spec/ |
InvalidKeySpecExceptionTest.java | 50 assertNull("getCause() must return null", tE.getCause()); 64 assertNull("getCause() must return null", tE.getCause()); 77 assertNull("getCause() must return null", tE.getCause()); 89 assertNull("getCause() must return null", tE.getCause()); 105 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
InvalidParameterSpecExceptionTest.java | 51 assertNull("getCause() must return null", tE.getCause()); 65 assertNull("getCause() must return null", tE.getCause()); 79 assertNull("getCause() must return null", tE.getCause());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
IllegalStateExceptionTest.java | 33 assertNull(e.getCause()); 42 assertNull(e.getCause()); 53 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString()); 59 assertEquals(throwable.getClass().getName(), emptyException.getCause().toString()); 70 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString()); 77 .getCause().toString());
|
UnsupportedOperationExceptionTest.java | 33 assertNull(e.getCause()); 42 assertNull(e.getCause()); 54 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString()); 60 assertEquals(throwable.getClass().getName(), emptyException.getCause().toString()); 72 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString()); 80 .getCause().toString());
|
ArrayIndexOutOfBoundsExceptionTest.java | 41 assertNull(e.getCause()); 50 assertNull(e.getCause());
|
/external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
AnnotationFormatErrorTest.java | 43 assertSame(iae, e.getCause()); 54 assertSame(iae, e.getCause());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
UndeclaredThrowableExceptionTest.java | 33 assertNull(e.getCause()); 45 assertNull(e.getCause());
|
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/ |
CoderMalfunctionErrorTest.java | 36 assertSame(ex, e.getCause()); 44 assertNull(e.getCause());
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
UnrecoverableEntryExceptionTest.java | 55 assertNull("getCause() must return null", tE.getCause()); 67 assertNull("getCause() must return null", tE.getCause());
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
AnnotationFormatErrorTest.java | 33 assertSame(iae, e.getCause()); 40 assertSame(iae, e.getCause());
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLHandshakeExceptionTest.java | 40 assertNull("getCause() must return null", sslE.getCause()); 53 assertNull("getCause() must return null", sslE.getCause());
|