Searched defs:NotSupportMsg (Results 1 - 17 of 17) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyPairGenerator3Test.java51 private static String NotSupportMsg = KeyPairGenerator1Test.NotSupportMsg; field in class:KeyPairGenerator3Test
92 fail(NotSupportMsg);
118 fail(NotSupportMsg);
H A DKeyStoreTest.java71 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in class:KeyStoreTest
76 assertTrue(NotSupportMsg, KSSupported);
112 assertTrue(NotSupportMsg, KSSupported);
148 assertTrue(NotSupportMsg, KSSupported);
H A DKeyPairGenerator1Test.java65 public static String NotSupportMsg = ""; field in class:KeyPairGenerator1Test
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...]
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DKeyAgreement_Impl1Test.java52 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement"; field in class:KeyAgreement_Impl1Test
68 fail(NotSupportMsg);
H A DSecretKeyFactory_Impl1Test.java52 private static final String NotSupportMsg = "Default algorithm is not supported"; field in class:SecretKeyFactory_Impl1Test
102 fail(NotSupportMsg);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathValidator3Test.java63 private static String NotSupportMsg = ""; field in class:CertPathValidator3Test
70 NotSupportMsg = defaultType.concat(" is not supported");
75 fail(NotSupportMsg);
102 fail(NotSupportMsg);
H A DCertificateFactory3Test.java58 private static String NotSupportMsg = ""; field in class:CertificateFactory3Test
66 NotSupportMsg = defaultType.concat(" is not supported");
71 fail(NotSupportMsg);
H A DCertPathBuilder1Test.java69 private static String NotSupportMsg = ""; field in class:CertPathBuilder1Test
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...]
H A DCertPathValidator1Test.java69 private static String NotSupportMsg = ""; field in class:CertPathValidator1Test
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...]
H A DCertStore1Test.java76 private static String NotSupportMsg = ""; field in class:CertStore1Test
83 NotSupportMsg = "LDAP and Collection algorithm are not supported";
105 fail(NotSupportMsg);
118 fail(NotSupportMsg);
H A DCertificateFactory1Test.java81 private static String NotSupportMsg = ""; field in class:CertificateFactory1Test
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...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl3Test.java55 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in class:KeyStore_Impl3Test
60 assertTrue(NotSupportMsg, KSSupported);
103 assertTrue(NotSupportMsg, KSSupported);
H A DKeyStore_Impl1Test.java65 private static String NotSupportMsg = "Default KeyStore type is not supported"; field in class:KeyStore_Impl1Test
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, JKSSupporte
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DKeyAgreementTest.java65 private static final String NotSupportMsg = "There is no suitable provider for KeyAgreement"; field in class:KeyAgreementTest
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...]
H A DKeyGeneratorTest.java66 private static final String NotSupportMsg = "There is no suitable provider for KeyGenerator"; field in class:KeyGeneratorTest
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...]
H A DSecretKeyFactoryTest.java67 private static final String NotSupportMsg = "Default algorithm is not supported"; field in class:SecretKeyFactoryTest
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/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLContext1Test.java60 private static final String NotSupportMsg = "Default protocol is not supported"; field in class:SSLContext1Test
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...]

Completed in 393 milliseconds