Home
last modified time | relevance | path

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

12345678

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DInvalidKeySpecExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException01()
74 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException02()
87 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException03()
99 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException04()
115 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidKeySpecException05()
117 .getCause(), tCause); in testInvalidKeySpecException05()
128 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException06()
142 assertNull("getCause() must return null", tE.getCause()); in testInvalidKeySpecException07()
159 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidKeySpecException08()
161 .getCause(), tCause); in testInvalidKeySpecException08()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
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 …]
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 …]
DInvalidAlgorithmParameterExceptionTest.java62 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException01()
76 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException02()
90 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException03()
103 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException04()
120 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidAlgorithmParameterException05()
122 .getCause(), tCause); in testInvalidAlgorithmParameterException05()
135 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException06()
150 assertNull("getCause() must return null", tE.getCause()); in testInvalidAlgorithmParameterException07()
169 assertNotNull("getCause() must not return null", tE.getCause()); in testInvalidAlgorithmParameterException08()
171 .getCause(), tCause); in testInvalidAlgorithmParameterException08()
[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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertPathBuilderExceptionTest.java61 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException01()
75 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException02()
88 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException03()
100 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException04()
116 assertNotNull("getCause() must not return null", tE.getCause()); in testCertPathBuilderException05()
118 .getCause(), tCause); in testCertPathBuilderException05()
129 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException06()
143 assertNull("getCause() must return null", tE.getCause()); in testCertPathBuilderException07()
160 assertNotNull("getCause() must not return null", tE.getCause()); in testCertPathBuilderException08()
162 .getCause(), tCause); in testCertPathBuilderException08()
[all …]
DCertStoreExceptionTest.java59 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException01()
73 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException02()
85 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException03()
97 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException04()
113 assertNotNull("getCause() must not return null", tE.getCause()); in testCertStoreException05()
115 .getCause(), tCause); in testCertStoreException05()
126 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException06()
140 assertNull("getCause() must return null", tE.getCause()); in testCertStoreException07()
157 assertNotNull("getCause() must not return null", tE.getCause()); in testCertStoreException08()
159 .getCause(), tCause); in testCertStoreException08()
[all …]
DCRLExceptionTest.java59 assertNull("getCause() must return null", tE.getCause()); in testCRLException01()
73 assertNull("getCause() must return null", tE.getCause()); in testCRLException02()
85 assertNull("getCause() must return null", tE.getCause()); in testCRLException03()
96 assertNull("getCause() must return null", tE.getCause()); in testCRLException04()
111 assertNotNull("getCause() must not return null", tE.getCause()); in testCRLException05()
113 .getCause(), tCause); in testCRLException05()
124 assertNull("getCause() must return null", tE.getCause()); in testCRLException06()
138 assertNull("getCause() must return null", tE.getCause()); in testCRLException07()
155 assertNotNull("getCause() must not return null", tE.getCause()); in testCRLException08()
157 .getCause(), tCause); in testCRLException08()
[all …]
DCertificateExceptionTest.java60 assertNull("getCause() must return null", tE.getCause()); in testCertificateException01()
74 assertNull("getCause() must return null", tE.getCause()); in testCertificateException02()
87 assertNull("getCause() must return null", tE.getCause()); in testCertificateException03()
99 assertNull("getCause() must return null", tE.getCause()); in testCertificateException04()
115 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateException05()
117 .getCause(), tCause); in testCertificateException05()
128 assertNull("getCause() must return null", tE.getCause()); in testCertificateException06()
142 assertNull("getCause() must return null", tE.getCause()); in testCertificateException07()
159 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateException08()
161 .getCause(), tCause); in testCertificateException08()
[all …]
DCertificateParsingExceptionTest.java61 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException01()
75 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException02()
88 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException03()
100 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException04()
116 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateParsingException05()
118 .getCause(), tCause); in testCertificateParsingException05()
130 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException06()
144 assertNull("getCause() must return null", tE.getCause()); in testCertificateParsingException07()
162 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateParsingException08()
164 .getCause(), tCause); in testCertificateParsingException08()
[all …]
DCertificateEncodingExceptionTest.java61 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException01()
75 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException02()
88 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException03()
101 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException04()
118 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateEncodingException05()
120 .getCause(), tCause); in testCertificateEncodingException05()
132 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException06()
146 assertNull("getCause() must return null", tE.getCause()); in testCertificateEncodingException07()
164 assertNotNull("getCause() must not return null", tE.getCause()); in testCertificateEncodingException08()
166 .getCause(), tCause); in testCertificateEncodingException08()
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLTransactionRollbackExceptionTest.java384 cause, sQLTransactionRollbackException.getCause()); in test_Constructor_LThrowable()
405 sQLTransactionRollbackException.getCause()); in test_Constructor_LThrowable_1()
427 cause, sQLTransactionRollbackException.getCause()); in test_Constructor_LStringLThrowable()
448 sQLTransactionRollbackException.getCause()); in test_Constructor_LStringLThrowable_1()
488 sQLTransactionRollbackException.getCause()); in test_Constructor_LStringLThrowable_3()
510 cause, sQLTransactionRollbackException.getCause()); in test_Constructor_LStringLStringLThrowable()
531 sQLTransactionRollbackException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
553 cause, sQLTransactionRollbackException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
574 sQLTransactionRollbackException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
596 cause, sQLTransactionRollbackException.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 …]
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 …]
DSQLTransientExceptionTest.java345 cause, sQLTransientException.getCause()); in test_Constructor_LThrowable()
362 sQLTransientException.getCause()); in test_Constructor_LThrowable_1()
382 cause, sQLTransientException.getCause()); in test_Constructor_LStringLThrowable()
400 sQLTransientException.getCause()); in test_Constructor_LStringLThrowable_1()
433 sQLTransientException.getCause()); in test_Constructor_LStringLThrowable_3()
454 cause, sQLTransientException.getCause()); in test_Constructor_LStringLStringLThrowable()
473 sQLTransientException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
493 cause, sQLTransientException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
511 sQLTransientException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
531 cause, sQLTransientException.getCause()); in test_Constructor_LStringLStringLThrowable_4()
[all …]
DSQLRecoverableExceptionTest.java345 cause, sQLRecoverableException.getCause()); in test_Constructor_LThrowable()
362 sQLRecoverableException.getCause()); in test_Constructor_LThrowable_1()
382 cause, sQLRecoverableException.getCause()); in test_Constructor_LStringLThrowable()
400 sQLRecoverableException.getCause()); in test_Constructor_LStringLThrowable_1()
433 sQLRecoverableException.getCause()); in test_Constructor_LStringLThrowable_3()
454 cause, sQLRecoverableException.getCause()); in test_Constructor_LStringLStringLThrowable()
473 sQLRecoverableException.getCause()); in test_Constructor_LStringLStringLThrowable_1()
493 cause, sQLRecoverableException.getCause()); in test_Constructor_LStringLStringLThrowable_2()
511 sQLRecoverableException.getCause()); in test_Constructor_LStringLStringLThrowable_3()
531 cause, sQLRecoverableException.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 …]
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 …]
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 …]

12345678