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 55 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 54 private static final String NotSupportedMsg = "There is no suitable provider for TrustManagerFactory";
99 fail(NotSupportedMsg);
126 fail(NotSupportedMsg);
171 fail(NotSupportedMsg);
198 fail(NotSupportedMsg);
226 fail(NotSupportedMsg);
251 fail(NotSupportedMsg);
274 fail(NotSupportedMsg);
296 fail(NotSupportedMsg);
323 fail(NotSupportedMsg);
    [all...]
SSLContext1Test.java 70 private static final String NotSupportedMsg = "There is no suitable provider for SSLContext";
  /libcore/luni/src/test/java/tests/api/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 63 private static final String NotSupportedMsg = "There is no suitable provider for Mac";
91 fail(NotSupportedMsg);
134 fail(NotSupportedMsg);
151 fail(NotSupportedMsg);
187 fail(NotSupportedMsg);
212 fail(NotSupportedMsg);
230 fail(NotSupportedMsg);
251 fail(NotSupportedMsg);
277 fail(NotSupportedMsg);
293 fail(NotSupportedMsg);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 72 private static final String NotSupportedMsg = "There is no suitable provider for Mac";
100 fail(NotSupportedMsg);
143 fail(NotSupportedMsg);
160 fail(NotSupportedMsg);
196 fail(NotSupportedMsg);
221 fail(NotSupportedMsg);
239 fail(NotSupportedMsg);
260 fail(NotSupportedMsg);
286 fail(NotSupportedMsg);
303 fail(NotSupportedMsg);
    [all...]

Completed in 201 milliseconds