HomeSort by relevance Sort by last modified time
    Searched refs:msgs (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
UnrecoverableEntryExceptionTest.java 42 static String[] msgs = { field in class:UnrecoverableEntryExceptionTest
63 for (int i = 0; i < msgs.length; i++) {
64 tE = new UnrecoverableEntryException(msgs[i]);
65 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
66 .getMessage(), msgs[i]);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CRLExceptionTest.java 35 public static String[] msgs = { field in class:CRLExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 CRLException dExc = new CRLException(msgs[0], cause);
45 new CRLException(msgs[1]),
47 new CRLException(msgs[1], dExc) };
CertPathBuilderExceptionTest.java 35 public static String[] msgs = { field in class:CertPathBuilderExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 CertPathBuilderException dExc = new CertPathBuilderException(msgs[0], cause);
45 new CertPathBuilderException(msgs[1]),
47 new CertPathBuilderException(msgs[1], dExc) };
CertStoreExceptionTest.java 35 public static String[] msgs = { field in class:CertStoreExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 CertStoreException dExc = new CertStoreException(msgs[0], cause);
45 new CertStoreException(msgs[1]),
47 new CertStoreException(msgs[1], dExc) };
CertificateEncodingExceptionTest.java 35 public static String[] msgs = { field in class:CertificateEncodingExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 CertificateEncodingException dExc = new CertificateEncodingException(msgs[0], cause);
45 new CertificateEncodingException(msgs[1]),
47 new CertificateEncodingException(msgs[1], dExc) };
CertificateExceptionTest.java 35 public static String[] msgs = { field in class:CertificateExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 CertificateException dExc = new CertificateException(msgs[0], cause);
45 new CertificateException(msgs[1]),
47 new CertificateException(msgs[1], dExc) };
CertificateParsingExceptionTest.java 35 public static String[] msgs = { field in class:CertificateParsingExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 CertificateParsingException dExc = new CertificateParsingException(msgs[0], cause);
45 new CertificateParsingException(msgs[1]),
47 new CertificateParsingException(msgs[1], dExc) };
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
DigestExceptionTest.java 35 public static String[] msgs = { field in class:DigestExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 DigestException dExc = new DigestException(msgs[0], cause);
45 new DigestException(msgs[1]),
47 new DigestException(msgs[1], dExc) };
GeneralSecurityExceptionTest.java 35 public static String[] msgs = { field in class:GeneralSecurityExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 GeneralSecurityException dExc = new GeneralSecurityException(msgs[0], cause);
45 new GeneralSecurityException(msgs[1]),
47 new GeneralSecurityException(msgs[1], dExc) };
InvalidAlgorithmParameterExceptionTest.java 35 public static String[] msgs = { field in class:InvalidAlgorithmParameterExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 InvalidAlgorithmParameterException dExc = new InvalidAlgorithmParameterException(msgs[0], cause);
45 new InvalidAlgorithmParameterException(msgs[1]),
47 new InvalidAlgorithmParameterException(msgs[1], dExc) };
InvalidKeyExceptionTest.java 35 public static String[] msgs = { field in class:InvalidKeyExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 InvalidKeyException dExc = new InvalidKeyException(msgs[0], cause);
45 new InvalidKeyException(msgs[1]),
47 new InvalidKeyException(msgs[1], dExc) };
KeyExceptionTest.java 35 public static String[] msgs = { field in class:KeyExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 KeyException dExc = new KeyException(msgs[0], cause);
45 new KeyException(msgs[1]),
47 new KeyException(msgs[1], dExc) };
KeyManagementExceptionTest.java 35 public static String[] msgs = { field in class:KeyManagementExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 KeyManagementException dExc = new KeyManagementException(msgs[0], cause);
45 new KeyManagementException(msgs[1]),
47 new KeyManagementException(msgs[1], dExc) };
KeyStoreExceptionTest.java 35 public static String[] msgs = { field in class:KeyStoreExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 KeyStoreException dExc = new KeyStoreException(msgs[0], cause);
45 new KeyStoreException(msgs[1]),
47 new KeyStoreException(msgs[1], dExc) };
NoSuchAlgorithmExceptionTest.java 35 public static String[] msgs = { field in class:NoSuchAlgorithmExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 NoSuchAlgorithmException dExc = new NoSuchAlgorithmException(msgs[0], cause);
45 new NoSuchAlgorithmException(msgs[1]),
47 new NoSuchAlgorithmException(msgs[1], dExc) };
ProviderExceptionTest.java 35 public static String[] msgs = { field in class:ProviderExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 ProviderException dExc = new ProviderException(msgs[0], cause);
45 new ProviderException(msgs[1]),
47 new ProviderException(msgs[1], dExc) };
SignatureExceptionTest.java 35 public static String[] msgs = { field in class:SignatureExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 SignatureException dExc = new SignatureException(msgs[0], cause);
45 new SignatureException(msgs[1]),
47 new SignatureException(msgs[1], dExc) };
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/serialization/
InvalidKeySpecExceptionTest.java 35 public static String[] msgs = { field in class:InvalidKeySpecExceptionTest
40 Exception cause = new Exception(msgs[1]);
41 InvalidKeySpecException dExc = new InvalidKeySpecException(msgs[0], cause);
45 new InvalidKeySpecException(msgs[1]),
47 new InvalidKeySpecException(msgs[1], dExc) };
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
SSLExceptionTest.java 35 public static String[] msgs = { field in class:SSLExceptionTest
42 Exception cause = new Exception(msgs[1]);
43 SSLException excSSL = new SSLException(msgs[0]);
44 return new Object[] { new SSLException(msg), new SSLException(msgs[1]),
46 new SSLException(msgs[1], cause) };
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLHandshakeExceptionTest.java 24 private static String[] msgs = { field in class:SSLHandshakeExceptionTest
37 for (int i = 0; i < msgs.length; i++) {
38 sslE = new SSLHandshakeException(msgs[i]);
39 assertEquals("getMessage() must return: ".concat(msgs[i]), sslE.getMessage(), msgs[i]);
SSLKeyExceptionTest.java 24 private static String[] msgs = { field in class:SSLKeyExceptionTest
37 for (int i = 0; i < msgs.length; i++) {
38 skE = new SSLKeyException(msgs[i]);
39 assertEquals("getMessage() must return: ".concat(msgs[i]), skE.getMessage(), msgs[i]);
SSLPeerUnverifiedExceptionTest.java 24 private static String[] msgs = { field in class:SSLPeerUnverifiedExceptionTest
37 for (int i = 0; i < msgs.length; i++) {
38 sslE = new SSLPeerUnverifiedException(msgs[i]);
39 assertEquals("getMessage() must return: ".concat(msgs[i]), sslE.getMessage(), msgs[i]);
SSLProtocolExceptionTest.java 24 private static String[] msgs = { field in class:SSLProtocolExceptionTest
37 for (int i = 0; i < msgs.length; i++) {
38 sslE = new SSLProtocolException(msgs[i]);
39 assertEquals("getMessage() must return: ".concat(msgs[i]), sslE.getMessage(), msgs[i]);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/serialization/
CertificateEncodingExceptionTest.java 35 public static String[] msgs = { field in class:CertificateEncodingExceptionTest
42 new CertificateEncodingException(msgs[0]),
43 new CertificateEncodingException(msgs[1]) };
CertificateExceptionTest.java 35 public static String[] msgs = { field in class:CertificateExceptionTest
41 new CertificateException(msgs[0]),
42 new CertificateException(msgs[1]) };

Completed in 250 milliseconds

1 2 3 4 5 6 7 8 91011