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

1 2

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java 69 private static String NotSupportMsg = "";
78 NotSupportMsg = defaultType.concat(" is not supported");
82 fail(NotSupportMsg);
154 fail(NotSupportMsg);
171 fail(NotSupportMsg);
197 fail(NotSupportMsg);
219 fail(NotSupportMsg);
243 fail(NotSupportMsg);
261 fail(NotSupportMsg);
283 fail(NotSupportMsg);
    [all...]
CertPathValidator1Test.java 69 private static String NotSupportMsg = "";
76 NotSupportMsg = defaultType.concat(" is not supported");
83 fail(NotSupportMsg);
106 fail(NotSupportMsg);
157 fail(NotSupportMsg);
175 fail(NotSupportMsg);
199 fail(NotSupportMsg);
223 fail(NotSupportMsg);
247 fail(NotSupportMsg);
268 fail(NotSupportMsg);
    [all...]
CertPathValidator3Test.java 63 private static String NotSupportMsg = "";
70 NotSupportMsg = defaultType.concat(" is not supported");
75 fail(NotSupportMsg);
102 fail(NotSupportMsg);
CertificateFactory1Test.java 81 private static String NotSupportMsg = "";
88 NotSupportMsg = defaultType.concat(" is not supported"); }
92 fail(NotSupportMsg);
119 fail(NotSupportMsg);
159 fail(NotSupportMsg);
186 fail(NotSupportMsg);
215 fail(NotSupportMsg);
235 fail(NotSupportMsg);
257 fail(NotSupportMsg);
286 fail(NotSupportMsg);
    [all...]
CertStore1Test.java 76 private static String NotSupportMsg = "";
83 NotSupportMsg = "LDAP and Collection algorithm are not supported";
105 fail(NotSupportMsg);
118 fail(NotSupportMsg);
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidator1Test.java 62 private static String NotSupportMsg = "";
69 NotSupportMsg = defaultType.concat(" is not supported");
76 fail(NotSupportMsg);
99 fail(NotSupportMsg);
150 fail(NotSupportMsg);
168 fail(NotSupportMsg);
192 fail(NotSupportMsg);
216 fail(NotSupportMsg);
240 fail(NotSupportMsg);
261 fail(NotSupportMsg);
    [all...]
CertPathValidator3Test.java 55 private static String NotSupportMsg = "";
62 NotSupportMsg = defaultType.concat(" is not supported");
67 fail(NotSupportMsg);
91 fail(NotSupportMsg);
CertPathBuilder1Test.java 66 private static String NotSupportMsg = "";
75 NotSupportMsg = defaultType.concat(" is not supported");
79 fail(NotSupportMsg);
135 fail(NotSupportMsg);
152 fail(NotSupportMsg);
178 fail(NotSupportMsg);
200 fail(NotSupportMsg);
224 fail(NotSupportMsg);
242 fail(NotSupportMsg);
264 fail(NotSupportMsg);
    [all...]
CertificateFactory1Test.java 71 private static String NotSupportMsg = "";
78 NotSupportMsg = defaultType.concat(" is not supported"); }
82 fail(NotSupportMsg);
109 fail(NotSupportMsg);
149 fail(NotSupportMsg);
175 fail(NotSupportMsg);
204 fail(NotSupportMsg);
224 fail(NotSupportMsg);
246 fail(NotSupportMsg);
275 fail(NotSupportMsg);
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 66 private static final String NotSupportMsg = "There is no suitable provider for KeyGenerator";
91 fail(NotSupportMsg);
109 fail(NotSupportMsg);
174 fail(NotSupportMsg);
194 fail(NotSupportMsg);
221 fail(NotSupportMsg);
255 fail(NotSupportMsg);
275 fail(NotSupportMsg);
300 fail(NotSupportMsg);
320 fail(NotSupportMsg);
    [all...]
KeyAgreementTest.java 65 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement";
97 fail(NotSupportMsg);
139 fail(NotSupportMsg);
159 fail(NotSupportMsg);
187 fail(NotSupportMsg);
222 fail(NotSupportMsg);
244 fail(NotSupportMsg);
269 fail(NotSupportMsg);
289 fail(NotSupportMsg);
313 fail(NotSupportMsg);
    [all...]
SecretKeyFactoryTest.java 67 private static final String NotSupportMsg = "Default algorithm is not supported";
121 fail(NotSupportMsg);
171 fail(NotSupportMsg);
192 fail(NotSupportMsg);
222 fail(NotSupportMsg);
260 fail(NotSupportMsg);
281 fail(NotSupportMsg);
307 fail(NotSupportMsg);
328 fail(NotSupportMsg);
351 fail(NotSupportMsg);
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 65 public static String NotSupportMsg = "";
73 NotSupportMsg = validAlgName + " algorithm is not supported" ;
80 fail(NotSupportMsg);
124 fail(NotSupportMsg);
143 fail(NotSupportMsg);
171 fail(NotSupportMsg);
196 fail(NotSupportMsg);
225 fail(NotSupportMsg);
245 fail(NotSupportMsg);
267 fail(NotSupportMsg);
    [all...]
KeyPairGenerator3Test.java 51 private static String NotSupportMsg = KeyPairGenerator1Test.NotSupportMsg;
92 fail(NotSupportMsg);
118 fail(NotSupportMsg);
KeyStoreTest.java 71 private static String NotSupportMsg = "Default KeyStore type is not supported";
76 assertTrue(NotSupportMsg, KSSupported);
112 assertTrue(NotSupportMsg, KSSupported);
148 assertTrue(NotSupportMsg, KSSupported);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 63 public static String NotSupportMsg = "";
71 NotSupportMsg = validAlgName + " algorithm is not supported" ;
78 fail(NotSupportMsg);
122 fail(NotSupportMsg);
141 fail(NotSupportMsg);
168 fail(NotSupportMsg);
195 fail(NotSupportMsg);
224 fail(NotSupportMsg);
244 fail(NotSupportMsg);
266 fail(NotSupportMsg);
    [all...]
KeyPairGenerator3Test.java 52 private static String NotSupportMsg = KeyPairGenerator1Test.NotSupportMsg;
93 fail(NotSupportMsg);
119 fail(NotSupportMsg);
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_Impl1Test.java 52 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement";
68 fail(NotSupportMsg);
SecretKeyFactory_Impl1Test.java 52 private static final String NotSupportMsg = "Default algorithm is not supported";
102 fail(NotSupportMsg);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLContext1Test.java 54 private static final String NotSupportMsg = "Default protocol is not supported";
100 fail(NotSupportMsg);
144 if (!DEFSupported) fail(NotSupportMsg);
159 if (!DEFSupported) fail(NotSupportMsg);
176 fail(NotSupportMsg);
197 fail(NotSupportMsg);
239 fail(NotSupportMsg);
264 fail(NotSupportMsg);
290 fail(NotSupportMsg);
313 fail(NotSupportMsg);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 71 private static final String NotSupportMsg = "There is no suitable provider for KeyGenerator";
96 fail(NotSupportMsg);
114 fail(NotSupportMsg);
179 fail(NotSupportMsg);
199 fail(NotSupportMsg);
226 fail(NotSupportMsg);
260 fail(NotSupportMsg);
280 fail(NotSupportMsg);
305 fail(NotSupportMsg);
325 fail(NotSupportMsg);
    [all...]
KeyAgreementTest.java 67 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement";
99 fail(NotSupportMsg);
141 fail(NotSupportMsg);
161 fail(NotSupportMsg);
189 fail(NotSupportMsg);
224 fail(NotSupportMsg);
246 fail(NotSupportMsg);
271 fail(NotSupportMsg);
291 fail(NotSupportMsg);
315 fail(NotSupportMsg);
    [all...]
SecretKeyFactoryTest.java 69 private static final String NotSupportMsg = "Default algorithm is not supported";
123 fail(NotSupportMsg);
173 fail(NotSupportMsg);
194 fail(NotSupportMsg);
224 fail(NotSupportMsg);
262 fail(NotSupportMsg);
283 fail(NotSupportMsg);
309 fail(NotSupportMsg);
330 fail(NotSupportMsg);
353 fail(NotSupportMsg);
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext1Test.java 60 private static final String NotSupportMsg = "Default protocol is not supported";
119 fail(NotSupportMsg);
162 fail(NotSupportMsg);
187 fail(NotSupportMsg);
213 fail(NotSupportMsg);
236 fail(NotSupportMsg);
258 fail(NotSupportMsg);
278 fail(NotSupportMsg);
302 fail(NotSupportMsg);
325 fail(NotSupportMsg);
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java 65 private static String NotSupportMsg = "Default KeyStore type is not supported";
68 assertTrue(NotSupportMsg, JKSSupported);
83 assertTrue(NotSupportMsg, JKSSupported);
96 assertTrue(NotSupportMsg, JKSSupported);
119 assertTrue(NotSupportMsg, JKSSupported);
140 assertTrue(NotSupportMsg, JKSSupported);
163 assertTrue(NotSupportMsg, JKSSupported);
178 assertTrue(NotSupportMsg, JKSSupported);
198 assertTrue(NotSupportMsg, JKSSupported);
222 assertTrue(NotSupportMsg, JKSSupported)
    [all...]

Completed in 606 milliseconds

1 2