HomeSort by relevance Sort by last modified time
    Searched refs:NotSupportedMsg (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory1Test.java 54 private static final String NotSupportedMsg = "There is no suitable provider for KeyManagerFactory";
100 fail(NotSupportedMsg);
129 fail(NotSupportedMsg);
173 fail(NotSupportedMsg);
200 fail(NotSupportedMsg);
228 fail(NotSupportedMsg);
252 fail(NotSupportedMsg);
275 fail(NotSupportedMsg);
297 fail(NotSupportedMsg);
324 fail(NotSupportedMsg);
    [all...]
TrustManagerFactory1Test.java 53 private static final String NotSupportedMsg = "There is no suitable provider for TrustManagerFactory";
99 fail(NotSupportedMsg);
127 fail(NotSupportedMsg);
172 fail(NotSupportedMsg);
199 fail(NotSupportedMsg);
227 fail(NotSupportedMsg);
252 fail(NotSupportedMsg);
275 fail(NotSupportedMsg);
297 fail(NotSupportedMsg);
324 fail(NotSupportedMsg);
    [all...]
SSLContext1Test.java 69 private static final String NotSupportedMsg = "There is no suitable provider for SSLContext";
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
KeyManagerFactory1Test.java 58 private static final String NotSupportedMsg = "There is no suitable provider for KeyManagerFactory";
102 if (!DEFSupported) fail(NotSupportedMsg);
124 fail(NotSupportedMsg);
153 fail(NotSupportedMsg);
196 fail(NotSupportedMsg);
223 fail(NotSupportedMsg);
252 fail(NotSupportedMsg);
277 fail(NotSupportedMsg);
300 fail(NotSupportedMsg);
322 fail(NotSupportedMsg);
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 62 private static final String NotSupportedMsg = "There is no suitable provider for Mac";
90 fail(NotSupportedMsg);
133 fail(NotSupportedMsg);
151 fail(NotSupportedMsg);
187 fail(NotSupportedMsg);
213 fail(NotSupportedMsg);
231 fail(NotSupportedMsg);
253 fail(NotSupportedMsg);
279 fail(NotSupportedMsg);
296 fail(NotSupportedMsg);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 67 private static final String NotSupportedMsg = "There is no suitable provider for Mac";
95 fail(NotSupportedMsg);
137 fail(NotSupportedMsg);
154 fail(NotSupportedMsg);
190 fail(NotSupportedMsg);
215 fail(NotSupportedMsg);
233 fail(NotSupportedMsg);
254 fail(NotSupportedMsg);
280 fail(NotSupportedMsg);
297 fail(NotSupportedMsg);
    [all...]

Completed in 107 milliseconds