Searched defs:checkResult (Results 1 - 15 of 15) sorted by relevance

/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanism_ImplTest.java85 private void checkResult(ExemptionMechanism exMech) method in class:ExemptionMechanism_ImplTest
174 checkResult(exMech);
236 checkResult(exMech);
282 checkResult(exMech);
H A DKeyAgreement_ImplTest.java85 protected void checkResult(KeyAgreement keyAgr) method in class:KeyAgreement_ImplTest
150 checkResult(keyAgr);
215 checkResult(keyAgr);
262 checkResult(keyAgr);
H A DKeyGenerator_ImplTest.java83 private void checkResult(KeyGenerator keyGen) { method in class:KeyGenerator_ImplTest
154 checkResult(keyGen);
219 checkResult(keyGen);
264 checkResult(keyGen);
H A DMac_ImplTest.java84 protected void checkResult(Mac mac) throws InvalidKeyException, method in class:Mac_ImplTest
153 checkResult(keyAgr);
214 checkResult(keyAgr);
260 checkResult(keyAgr);
H A DSecretKeyFactory_ImplTest.java80 private void checkResult(SecretKeyFactory skf) throws InvalidKeyException, method in class:SecretKeyFactory_ImplTest
120 checkResult(skf);
185 checkResult(skf);
230 checkResult(skf);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParameterGenerator2Test.java80 private void checkResult(AlgorithmParameterGenerator algParGen) method in class:AlgorithmParameterGenerator2Test
140 checkResult(apG);
201 checkResult(apG);
246 checkResult(apG);
H A DKeyPairGenerator2Test.java85 private void checkResult(KeyPairGenerator keyPairGen, int mode) method in class:KeyPairGenerator2Test
204 checkResult(kpG, mode);
266 checkResult(kpG, mode);
312 checkResult(kpG, mode);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder2Test.java87 private void checkResult(CertPathBuilder certBuild) method in class:CertPathBuilder2Test
141 checkResult(cerPB);
206 checkResult(cerPB);
249 checkResult(cerPB);
H A DCertPathValidator2Test.java88 private void checkResult(CertPathValidator certV) method in class:CertPathValidator2Test
139 checkResult(cerPV);
204 checkResult(cerPV);
248 checkResult(cerPV);
H A DCertificateFactory2Test.java94 private void checkResult(CertificateFactory certFactory, boolean mode) method in class:CertificateFactory2Test
211 checkResult(cerF, mode);
275 checkResult(cerF, mode);
318 checkResult(cerF, mode);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl2Test.java89 private void checkResult(KeyStore keyS) throws KeyStoreException, method in class:KeyStore_Impl2Test
323 checkResult(keyS);
381 checkResult(keyS);
427 checkResult(keyS);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertStore_ImplTest.java85 private void checkResult(CertStore certS) throws CertStoreException, method in class:CertStore_ImplTest
142 checkResult(certS);
224 checkResult(certS);
284 checkResult(certS);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DKeyManagerFactory2Test.java80 private void checkResult(KeyManagerFactory keyMF) method in class:KeyManagerFactory2Test
153 checkResult(keyMF);
220 checkResult(keyMF);
265 checkResult(keyMF);
H A DTrustManagerFactory2Test.java77 private void checkResult(TrustManagerFactory tmf) throws Exception { method in class:TrustManagerFactory2Test
143 checkResult(tmf);
210 checkResult(tmf);
255 checkResult(tmf);
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java63 checkResult(J, ITERABLE_1, "1");
64 checkResult(J, ITERABLE_12, "1-2");
65 checkResult(J, ITERABLE_123, "1-2-3");
93 checkResult(onChar, ITERABLE_1, "1");
94 checkResult(onChar, ITERABLE_12, "1-2");
95 checkResult(onChar, ITERABLE_123, "1-2-3");
104 checkResult(skipNulls, ITERABLE_1, "1");
105 checkResult(skipNulls, ITERABLE_12, "1-2");
106 checkResult(skipNulls, ITERABLE_123, "1-2-3");
107 checkResult(skipNull
179 private static void checkResult(Joiner joiner, Iterable<Integer> parts, String expected) { method in class:JoinerTest
[all...]

Completed in 158 milliseconds