HomeSort by relevance Sort by last modified time
    Searched refs:msgs (Results 101 - 125 of 214) sorted by null

1 2 3 45 6 7 8 9

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DigestExceptionTest.java 46 private static String[] msgs = { field in class:DigestExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new DigestException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
135 for (int i = 0; i < msgs.length; i++) {
136 tE = new DigestException(msgs[i], null);
137 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
138 .getMessage(), msgs[i]);
168 for (int i = 0; i < msgs.length; i++)
    [all...]
GeneralSecurityExceptionTest.java 47 private static String[] msgs = { field in class:GeneralSecurityExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new GeneralSecurityException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new GeneralSecurityException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++)
    [all...]
InvalidAlgorithmParameterExceptionTest.java 48 private static String[] msgs = { field in class:InvalidAlgorithmParameterExceptionTest
73 for (int i = 0; i < msgs.length; i++) {
74 tE = new InvalidAlgorithmParameterException(msgs[i]);
75 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
76 .getMessage(), msgs[i]);
147 for (int i = 0; i < msgs.length; i++) {
148 tE = new InvalidAlgorithmParameterException(msgs[i], null);
149 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
150 .getMessage(), msgs[i]);
183 for (int i = 0; i < msgs.length; i++)
    [all...]
InvalidKeyExceptionTest.java 46 private static String[] msgs = { field in class:InvalidKeyExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new InvalidKeyException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
137 for (int i = 0; i < msgs.length; i++) {
138 tE = new InvalidKeyException(msgs[i], null);
139 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
140 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyExceptionTest.java 46 private static String[] msgs = { field in class:KeyExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new KeyException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
135 for (int i = 0; i < msgs.length; i++) {
136 tE = new KeyException(msgs[i], null);
137 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
138 .getMessage(), msgs[i]);
168 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyManagementExceptionTest.java 47 private static String[] msgs = { field in class:KeyManagementExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new KeyManagementException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new KeyManagementException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyStoreExceptionTest.java 46 private static String[] msgs = { field in class:KeyStoreExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new KeyStoreException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
136 for (int i = 0; i < msgs.length; i++) {
137 tE = new KeyStoreException(msgs[i], null);
138 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
139 .getMessage(), msgs[i]);
169 for (int i = 0; i < msgs.length; i++)
    [all...]
NoSuchAlgorithmExceptionTest.java 47 private static String[] msgs = { field in class:NoSuchAlgorithmExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new NoSuchAlgorithmException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new NoSuchAlgorithmException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++)
    [all...]
ProviderExceptionTest.java 46 private static String[] msgs = { field in class:ProviderExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new ProviderException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
136 for (int i = 0; i < msgs.length; i++) {
137 tE = new ProviderException(msgs[i], null);
138 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
139 .getMessage(), msgs[i]);
169 for (int i = 0; i < msgs.length; i++)
    [all...]
SignatureExceptionTest.java 46 private static String[] msgs = { field in class:SignatureExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new SignatureException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
137 for (int i = 0; i < msgs.length; i++) {
138 tE = new SignatureException(msgs[i], null);
139 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
140 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs.length; i++)
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CRLExceptionTest.java 46 private static String[] msgs = { field in class:CRLExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new CRLException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
135 for (int i = 0; i < msgs.length; i++) {
136 tE = new CRLException(msgs[i], null);
137 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
138 .getMessage(), msgs[i]);
168 for (int i = 0; i < msgs.length; i++)
    [all...]
CertPathBuilderExceptionTest.java 48 private static String[] msgs = { field in class:CertPathBuilderExceptionTest
72 for (int i = 0; i < msgs.length; i++) {
73 tE = new CertPathBuilderException(msgs[i]);
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 .getMessage(), msgs[i]);
140 for (int i = 0; i < msgs.length; i++) {
141 tE = new CertPathBuilderException(msgs[i], null);
142 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
143 .getMessage(), msgs[i]);
173 for (int i = 0; i < msgs.length; i++)
    [all...]
CertStoreExceptionTest.java 46 private static String[] msgs = { field in class:CertStoreExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new CertStoreException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
137 for (int i = 0; i < msgs.length; i++) {
138 tE = new CertStoreException(msgs[i], null);
139 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
140 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateEncodingExceptionTest.java 48 private static String[] msgs = { field in class:CertificateEncodingExceptionTest
72 for (int i = 0; i < msgs.length; i++) {
73 tE = new CertificateEncodingException(msgs[i]);
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 .getMessage(), msgs[i]);
143 for (int i = 0; i < msgs.length; i++) {
144 tE = new CertificateEncodingException(msgs[i], null);
145 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
146 .getMessage(), msgs[i]);
177 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateExceptionTest.java 47 private static String[] msgs = { field in class:CertificateExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new CertificateException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new CertificateException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++)
    [all...]
CertificateParsingExceptionTest.java 48 private static String[] msgs = { field in class:CertificateParsingExceptionTest
72 for (int i = 0; i < msgs.length; i++) {
73 tE = new CertificateParsingException(msgs[i]);
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 .getMessage(), msgs[i]);
141 for (int i = 0; i < msgs.length; i++) {
142 tE = new CertificateParsingException(msgs[i], null);
143 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
144 .getMessage(), msgs[i]);
175 for (int i = 0; i < msgs.length; i++)
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
InvalidKeySpecExceptionTest.java 47 private static String[] msgs = { field in class:InvalidKeySpecExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new InvalidKeySpecException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new InvalidKeySpecException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs.length; i++)
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLExceptionTest.java 43 static String[] msgs = { field in class:SSLExceptionTest
57 for (int i = 0; i < msgs.length; i++) {
58 tE = new SSLException(msgs[i]);
59 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
60 .getMessage(), msgs[i]);
126 for (int i = 0; i < msgs.length; i++) {
127 tE = new SSLException(msgs[i], null);
128 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
129 .getMessage(), msgs[i]);
163 for (int i = 0; i < msgs.length; i++)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestExceptionTest.java 35 private static String[] msgs = { field in class:DigestExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new DigestException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
124 for (int i = 0; i < msgs.length; i++) {
125 tE = new DigestException(msgs[i], null);
126 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
127 .getMessage(), msgs[i]);
157 for (int i = 0; i < msgs.length; i++)
    [all...]
GeneralSecurityExceptionTest.java 36 private static String[] msgs = { field in class:GeneralSecurityExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new GeneralSecurityException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
128 for (int i = 0; i < msgs.length; i++) {
129 tE = new GeneralSecurityException(msgs[i], null);
130 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
131 .getMessage(), msgs[i]);
161 for (int i = 0; i < msgs.length; i++)
    [all...]
InvalidAlgorithmParameterExceptionTest.java 36 private static String[] msgs = { field in class:InvalidAlgorithmParameterExceptionTest
61 for (int i = 0; i < msgs.length; i++) {
62 tE = new InvalidAlgorithmParameterException(msgs[i]);
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 .getMessage(), msgs[i]);
135 for (int i = 0; i < msgs.length; i++) {
136 tE = new InvalidAlgorithmParameterException(msgs[i], null);
137 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
138 .getMessage(), msgs[i]);
171 for (int i = 0; i < msgs.length; i++)
    [all...]
InvalidKeyExceptionTest.java 35 private static String[] msgs = { field in class:InvalidKeyExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new InvalidKeyException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
126 for (int i = 0; i < msgs.length; i++) {
127 tE = new InvalidKeyException(msgs[i], null);
128 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
129 .getMessage(), msgs[i]);
159 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyExceptionTest.java 35 private static String[] msgs = { field in class:KeyExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new KeyException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
124 for (int i = 0; i < msgs.length; i++) {
125 tE = new KeyException(msgs[i], null);
126 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
127 .getMessage(), msgs[i]);
157 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyManagementExceptionTest.java 36 private static String[] msgs = { field in class:KeyManagementExceptionTest
60 for (int i = 0; i < msgs.length; i++) {
61 tE = new KeyManagementException(msgs[i]);
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 .getMessage(), msgs[i]);
128 for (int i = 0; i < msgs.length; i++) {
129 tE = new KeyManagementException(msgs[i], null);
130 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
131 .getMessage(), msgs[i]);
161 for (int i = 0; i < msgs.length; i++)
    [all...]
KeyStoreExceptionTest.java 35 private static String[] msgs = { field in class:KeyStoreExceptionTest
59 for (int i = 0; i < msgs.length; i++) {
60 tE = new KeyStoreException(msgs[i]);
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
62 .getMessage(), msgs[i]);
125 for (int i = 0; i < msgs.length; i++) {
126 tE = new KeyStoreException(msgs[i], null);
127 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
128 .getMessage(), msgs[i]);
158 for (int i = 0; i < msgs.length; i++)
    [all...]

Completed in 287 milliseconds

1 2 3 45 6 7 8 9