Home
last modified time | relevance | path

Searched refs:getCause (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DAssertionErrorTest.java27 assertNull(e.getCause()); in test_Constructor()
34 assertNull(e.getCause()); in test_ConstructorObject()
39 assertSame(npe, e.getCause()); in test_ConstructorObject()
45 assertNull(e.getCause()); in test_ConstructorBoolean()
51 assertNull(e.getCause()); in test_ConstructorChar()
57 assertNull(e.getCause()); in test_ConstructorInt()
63 assertNull(e.getCause()); in test_ConstructorLong()
69 assertNull(e.getCause()); in test_ConstructorFloat()
75 assertNull(e.getCause()); in test_ConstructorDouble()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DInvalidAlgorithmParameterExceptionTest.java63 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException01()
77 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException02()
91 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException03()
104 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException04()
121 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidAlgorithmParameterException05()
123 .getCause(), tCause); in testInvalidAlgorithmParameterException05()
136 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException06()
151 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException07()
170 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidAlgorithmParameterException08()
172 .getCause(), tCause); in testInvalidAlgorithmParameterException08()
[all …]
DKeyExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testKeyException01()
74 assertNull("getCause() must return null", tE.getCause()); in testKeyException02()
86 assertNull("getCause() must return null", tE.getCause()); in testKeyException03()
97 assertNull("getCause() must return null", tE.getCause()); in testKeyException04()
112 assertNotNull("getCause() must not return null", tE.getCause()); in testKeyException05()
114 .getCause(), tCause); in testKeyException05()
125 assertNull("getCause() must return null", tE.getCause()); in testKeyException06()
139 assertNull("getCause() must return null", tE.getCause()); in testKeyException07()
156 assertNotNull("getCause() must not return null", tE.getCause()); in testKeyException08()
158 .getCause(), tCause); in testKeyException08()
[all …]
DKeyManagementExceptionTest.java61 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException01()
75 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException02()
88 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException03()
100 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException04()
116 assertNotNull("getCause() must not return null", tE.getCause()); in testKeyManagementException05()
118 .getCause(), tCause); in testKeyManagementException05()
129 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException06()
143 assertNull("getCause() must return null", tE.getCause()); in testKeyManagementException07()
160 assertNotNull("getCause() must not return null", tE.getCause()); in testKeyManagementException08()
162 .getCause(), tCause); in testKeyManagementException08()
[all …]
DDigestExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testDigestException01()
74 assertNull("getCause() must return null", tE.getCause()); in testDigestException02()
86 assertNull("getCause() must return null", tE.getCause()); in testDigestException03()
97 assertNull("getCause() must return null", tE.getCause()); in testDigestException04()
112 assertNotNull("getCause() must not return null", tE.getCause()); in testDigestException05()
114 .getCause(), tCause); in testDigestException05()
125 assertNull("getCause() must return null", tE.getCause()); in testDigestException06()
139 assertNull("getCause() must return null", tE.getCause()); in testDigestException07()
156 assertNotNull("getCause() must not return null", tE.getCause()); in testDigestException08()
158 .getCause(), tCause); in testDigestException08()
[all …]
DProviderExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testProviderException01()
74 assertNull("getCause() must return null", tE.getCause()); in testProviderException02()
86 assertNull("getCause() must return null", tE.getCause()); in testProviderException03()
97 assertNull("getCause() must return null", tE.getCause()); in testProviderException04()
113 assertNotNull("getCause() must not return null", tE.getCause()); in testProviderException05()
115 .getCause(), tCause); in testProviderException05()
126 assertNull("getCause() must return null", tE.getCause()); in testProviderException06()
140 assertNull("getCause() must return null", tE.getCause()); in testProviderException07()
157 assertNotNull("getCause() must not return null", tE.getCause()); in testProviderException08()
159 .getCause(), tCause); in testProviderException08()
[all …]
DNoSuchAlgorithmExceptionTest.java61 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException01()
75 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException02()
88 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException03()
100 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException04()
116 assertNotNull("getCause() must not return null", tE.getCause()); in testNoSuchAlgorithmException05()
118 .getCause(), tCause); in testNoSuchAlgorithmException05()
129 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException06()
143 assertNull("getCause() must return null", tE.getCause()); in testNoSuchAlgorithmException07()
160 assertNotNull("getCause() must not return null", tE.getCause()); in testNoSuchAlgorithmException08()
162 .getCause(), tCause); in testNoSuchAlgorithmException08()
[all …]
DKeyStoreExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException01()
74 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException02()
86 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException03()
97 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException04()
113 assertNotNull("getCause() must not return null", tE.getCause()); in testKeyStoreException05()
115 .getCause(), tCause); in testKeyStoreException05()
126 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException06()
140 assertNull("getCause() must return null", tE.getCause()); in testKeyStoreException07()
157 assertNotNull("getCause() must not return null", tE.getCause()); in testKeyStoreException08()
159 .getCause(), tCause); in testKeyStoreException08()
[all …]
DSignatureExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testSignatureException01()
74 assertNull("getCause() must return null", tE.getCause()); in testSignatureException02()
86 assertNull("getCause() must return null", tE.getCause()); in testSignatureException03()
98 assertNull("getCause() must return null", tE.getCause()); in testSignatureException04()
114 assertNotNull("getCause() must not return null", tE.getCause()); in testSignatureException05()
116 .getCause(), tCause); in testSignatureException05()
127 assertNull("getCause() must return null", tE.getCause()); in testSignatureException06()
141 assertNull("getCause() must return null", tE.getCause()); in testSignatureException07()
158 assertNotNull("getCause() must not return null", tE.getCause()); in testSignatureException08()
160 .getCause(), tCause); in testSignatureException08()
[all …]
DGeneralSecurityExceptionTest.java61 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException01()
75 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException02()
88 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException03()
100 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException04()
116 assertNotNull("getCause() must not return null", tE.getCause()); in testGeneralSecurityException05()
118 .getCause(), tCause); in testGeneralSecurityException05()
129 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException06()
143 assertNull("getCause() must return null", tE.getCause()); in testGeneralSecurityException07()
160 assertNotNull("getCause() must not return null", tE.getCause()); in testGeneralSecurityException08()
162 .getCause(), tCause); in testGeneralSecurityException08()
[all …]
DInvalidKeyExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeyException01()
74 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeyException02()
86 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeyException03()
98 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeyException04()
114 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidKeyException05()
116 .getCause(), tCause); in testInvalidKeyException05()
127 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeyException06()
141 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeyException07()
158 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidKeyException08()
160 .getCause(), tCause); in testInvalidKeyException08()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertStoreExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException01()
74 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException02()
86 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException03()
98 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException04()
114 assertNotNull("getCause() must not return null", tE.getCause()); in testCertStoreException05()
116 .getCause(), tCause); in testCertStoreException05()
127 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException06()
141 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException07()
158 assertNotNull("getCause() must not return null", tE.getCause()); in testCertStoreException08()
160 .getCause(), tCause); in testCertStoreException08()
[all …]
DCertPathBuilderExceptionTest.java62 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException01()
76 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException02()
89 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException03()
101 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException04()
117 assertNotNull("getCause() must not return null", tE.getCause()); in testCertPathBuilderException05()
119 .getCause(), tCause); in testCertPathBuilderException05()
130 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException06()
144 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException07()
161 assertNotNull("getCause() must not return null", tE.getCause()); in testCertPathBuilderException08()
163 .getCause(), tCause); in testCertPathBuilderException08()
[all …]
DCRLExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testCRLException01()
74 assertNull("getCause() must return null", tE.getCause()); in testCRLException02()
86 assertNull("getCause() must return null", tE.getCause()); in testCRLException03()
97 assertNull("getCause() must return null", tE.getCause()); in testCRLException04()
112 assertNotNull("getCause() must not return null", tE.getCause()); in testCRLException05()
114 .getCause(), tCause); in testCRLException05()
125 assertNull("getCause() must return null", tE.getCause()); in testCRLException06()
139 assertNull("getCause() must return null", tE.getCause()); in testCRLException07()
156 assertNotNull("getCause() must not return null", tE.getCause()); in testCRLException08()
158 .getCause(), tCause); in testCRLException08()
[all …]
DCertificateParsingExceptionTest.java62 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException01()
76 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException02()
89 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException03()
101 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException04()
117 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateParsingException05()
119 .getCause(), tCause); in testCertificateParsingException05()
131 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException06()
145 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException07()
163 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateParsingException08()
165 .getCause(), tCause); in testCertificateParsingException08()
[all …]
DCertificateEncodingExceptionTest.java62 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException01()
76 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException02()
89 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException03()
102 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException04()
119 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateEncodingException05()
121 .getCause(), tCause); in testCertificateEncodingException05()
133 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException06()
147 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException07()
165 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateEncodingException08()
167 .getCause(), tCause); in testCertificateEncodingException08()
[all …]
DCertificateExceptionTest.java61 assertNull("getCause() must return null", tE.getCause()); in testCertificateException01()
75 assertNull("getCause() must return null", tE.getCause()); in testCertificateException02()
88 assertNull("getCause() must return null", tE.getCause()); in testCertificateException03()
100 assertNull("getCause() must return null", tE.getCause()); in testCertificateException04()
116 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateException05()
118 .getCause(), tCause); in testCertificateException05()
129 assertNull("getCause() must return null", tE.getCause()); in testCertificateException06()
143 assertNull("getCause() must return null", tE.getCause()); in testCertificateException07()
160 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateException08()
162 .getCause(), tCause); in testCertificateException08()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DInvalidKeySpecExceptionTest.java61 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException01()
75 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException02()
88 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException03()
100 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException04()
116 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidKeySpecException05()
118 .getCause(), tCause); in testInvalidKeySpecException05()
129 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException06()
143 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException07()
160 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidKeySpecException08()
162 .getCause(), tCause); in testInvalidKeySpecException08()
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLIntegrityConstraintViolationExceptionTest.java413 cause, sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LThrowable()
434 sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LThrowable_1()
458 cause, sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LStringLThrowable()
481 sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LStringLThrowable_1()
523 sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LStringLThrowable_3()
548 cause, sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LStringLStringLThrowable()
572 sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
596 cause, sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
619 sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
643 cause, sQLIntegrityConstraintViolationException.getCause()); in test_Constructor_LStringLStringLThrowable_4()
[all …]
DSQLTimeoutExceptionTest.java344 cause, sQLTimeoutException.getCause()); in test_Constructor_LThrowable()
361 sQLTimeoutException.getCause()); in test_Constructor_LThrowable_1()
381 cause, sQLTimeoutException.getCause()); in test_Constructor_LStringLThrowable()
399 sQLTimeoutException.getCause()); in test_Constructor_LStringLThrowable_1()
432 sQLTimeoutException.getCause()); in test_Constructor_LStringLThrowable_3()
453 cause, sQLTimeoutException.getCause()); in test_Constructor_LStringLStringLThrowable()
472 sQLTimeoutException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
492 cause, sQLTimeoutException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
510 sQLTimeoutException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
530 cause, sQLTimeoutException.getCause()); in test_Constructor_LStringLStringLThrowable_4()
[all …]
DSQLDataExceptionTest.java339 cause, sQLDataException.getCause()); in test_Constructor_LThrowable()
356 sQLDataException.getCause()); in test_Constructor_LThrowable_1()
376 cause, sQLDataException.getCause()); in test_Constructor_LStringLThrowable()
394 sQLDataException.getCause()); in test_Constructor_LStringLThrowable_1()
426 sQLDataException.getCause()); in test_Constructor_LStringLThrowable_3()
447 cause, sQLDataException.getCause()); in test_Constructor_LStringLStringLThrowable()
466 sQLDataException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
486 cause, sQLDataException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
504 sQLDataException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
524 cause, sQLDataException.getCause()); in test_Constructor_LStringLStringLThrowable_4()
[all …]
DSQLNonTransientConnectionExceptionTest.java396 cause, sQLNonTransientConnectionException.getCause()); in test_Constructor_LThrowable()
417 sQLNonTransientConnectionException.getCause()); in test_Constructor_LThrowable_1()
439 cause, sQLNonTransientConnectionException.getCause()); in test_Constructor_LStringLThrowable()
460 sQLNonTransientConnectionException.getCause()); in test_Constructor_LStringLThrowable_1()
500 sQLNonTransientConnectionException.getCause()); in test_Constructor_LStringLThrowable_3()
525 cause, sQLNonTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable()
549 sQLNonTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
572 cause, sQLNonTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
594 sQLNonTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
618 cause, sQLNonTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable_4()
[all …]
DSQLNonTransientExceptionTest.java345 cause, sQLNonTransientException.getCause()); in test_Constructor_LThrowable()
362 sQLNonTransientException.getCause()); in test_Constructor_LThrowable_1()
382 cause, sQLNonTransientException.getCause()); in test_Constructor_LStringLThrowable()
400 sQLNonTransientException.getCause()); in test_Constructor_LStringLThrowable_1()
433 sQLNonTransientException.getCause()); in test_Constructor_LStringLThrowable_3()
454 cause, sQLNonTransientException.getCause()); in test_Constructor_LStringLStringLThrowable()
473 sQLNonTransientException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
493 cause, sQLNonTransientException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
511 sQLNonTransientException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
531 cause, sQLNonTransientException.getCause()); in test_Constructor_LStringLStringLThrowable_4()
[all …]
DSQLTransientConnectionExceptionTest.java384 cause, sQLTransientConnectionException.getCause()); in test_Constructor_LThrowable()
405 sQLTransientConnectionException.getCause()); in test_Constructor_LThrowable_1()
427 cause, sQLTransientConnectionException.getCause()); in test_Constructor_LStringLThrowable()
448 sQLTransientConnectionException.getCause()); in test_Constructor_LStringLThrowable_1()
488 sQLTransientConnectionException.getCause()); in test_Constructor_LStringLThrowable_3()
510 cause, sQLTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable()
531 sQLTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
553 cause, sQLTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
574 sQLTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
596 cause, sQLTransientConnectionException.getCause()); in test_Constructor_LStringLStringLThrowable_4()
[all …]
DSQLFeatureNotSupportedExceptionTest.java384 cause, sQLFeatureNotSupportedException.getCause()); in test_Constructor_LThrowable()
405 sQLFeatureNotSupportedException.getCause()); in test_Constructor_LThrowable_1()
427 cause, sQLFeatureNotSupportedException.getCause()); in test_Constructor_LStringLThrowable()
448 sQLFeatureNotSupportedException.getCause()); in test_Constructor_LStringLThrowable_1()
488 sQLFeatureNotSupportedException.getCause()); in test_Constructor_LStringLThrowable_3()
510 cause, sQLFeatureNotSupportedException.getCause()); in test_Constructor_LStringLStringLThrowable()
531 sQLFeatureNotSupportedException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
553 cause, sQLFeatureNotSupportedException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
574 sQLFeatureNotSupportedException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
596 cause, sQLFeatureNotSupportedException.getCause()); in test_Constructor_LStringLStringLThrowable_4()
[all …]

12345678910