/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
AssertionErrorTest.java | 27 assertNull(e.getCause()); 34 assertNull(e.getCause()); 39 assertSame(npe, e.getCause()); 45 assertNull(e.getCause()); 51 assertNull(e.getCause()); 57 assertNull(e.getCause()); 63 assertNull(e.getCause()); 69 assertNull(e.getCause()); 75 assertNull(e.getCause());
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLExceptionTest.java | 61 assertNull("getCause() must return null", tE.getCause()); 73 assertNull("getCause() must return null", tE.getCause()); 84 assertNull("getCause() must return null", tE.getCause()); 101 if (tE.getCause() != null) { 102 // assertNotNull("getCause() must not return null", tE.getCause()); 103 assertEquals("getCause() must return ".concat(tCause.toString()) [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
OperatorException.java | 20 public Throwable getCause()
|
OperatorStreamException.java | 17 public Throwable getCause()
|
RuntimeOperatorException.java | 20 public Throwable getCause()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1ParsingException.java | 19 public Throwable getCause()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
ExtCRLException.java | 16 public Throwable getCause()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
StoreException.java | 14 public Throwable getCause()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
DecoderException.java | 15 public Throwable getCause()
|
EncoderException.java | 15 public Throwable getCause()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
ExtCertificateEncodingException.java | 16 public Throwable getCause()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
DigestExceptionTest.java | 60 assertNull("getCause() must return null", tE.getCause()); 74 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 97 assertNull("getCause() must return null", tE.getCause()); 112 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
GeneralSecurityExceptionTest.java | 61 assertNull("getCause() must return null", tE.getCause()); 75 assertNull("getCause() must return null", tE.getCause()); 88 assertNull("getCause() must return null", tE.getCause()); 100 assertNull("getCause() must return null", tE.getCause()); 116 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
InvalidAlgorithmParameterExceptionTest.java | 63 assertNull("getCause() must return null", tE.getCause()); 77 assertNull("getCause() must return null", tE.getCause()); 91 assertNull("getCause() must return null", tE.getCause()); 104 assertNull("getCause() must return null", tE.getCause()); 121 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
InvalidKeyExceptionTest.java | 60 assertNull("getCause() must return null", tE.getCause()); 74 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 98 assertNull("getCause() must return null", tE.getCause()); 114 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
KeyExceptionTest.java | 60 assertNull("getCause() must return null", tE.getCause()); 74 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 97 assertNull("getCause() must return null", tE.getCause()); 112 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
KeyManagementExceptionTest.java | 61 assertNull("getCause() must return null", tE.getCause()); 75 assertNull("getCause() must return null", tE.getCause()); 88 assertNull("getCause() must return null", tE.getCause()); 100 assertNull("getCause() must return null", tE.getCause()); 116 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
KeyStoreExceptionTest.java | 60 assertNull("getCause() must return null", tE.getCause()); 74 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 97 assertNull("getCause() must return null", tE.getCause()); 113 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
NoSuchAlgorithmExceptionTest.java | 61 assertNull("getCause() must return null", tE.getCause()); 75 assertNull("getCause() must return null", tE.getCause()); 88 assertNull("getCause() must return null", tE.getCause()); 100 assertNull("getCause() must return null", tE.getCause()); 116 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
ProviderExceptionTest.java | 60 assertNull("getCause() must return null", tE.getCause()); 74 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 97 assertNull("getCause() must return null", tE.getCause()); 113 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
SignatureExceptionTest.java | 60 assertNull("getCause() must return null", tE.getCause()); 74 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 98 assertNull("getCause() must return null", tE.getCause()); 114 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CRLExceptionTest.java | 60 assertNull("getCause() must return null", tE.getCause()); 74 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 97 assertNull("getCause() must return null", tE.getCause()); 112 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
CertPathBuilderExceptionTest.java | 62 assertNull("getCause() must return null", tE.getCause()); 76 assertNull("getCause() must return null", tE.getCause()); 89 assertNull("getCause() must return null", tE.getCause()); 101 assertNull("getCause() must return null", tE.getCause()); 117 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
CertStoreExceptionTest.java | 60 assertNull("getCause() must return null", tE.getCause()); 74 assertNull("getCause() must return null", tE.getCause()); 86 assertNull("getCause() must return null", tE.getCause()); 98 assertNull("getCause() must return null", tE.getCause()); 114 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |
CertificateEncodingExceptionTest.java | 62 assertNull("getCause() must return null", tE.getCause()); 76 assertNull("getCause() must return null", tE.getCause()); 89 assertNull("getCause() must return null", tE.getCause()); 102 assertNull("getCause() must return null", tE.getCause()); 119 assertNotNull("getCause() must not return null", tE.getCause()); [all...] |