Home
last modified time | relevance | path

Searched refs:testKey (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractSelectionKeyTest.java32 MockSelectionKey testKey = new MockSelectionKey(); in test_isValid() local
33 assertTrue(testKey.isValid()); in test_isValid()
40 MockSelectionKey testKey = new MockSelectionKey(); in test_cancel() local
42 testKey.cancel(); in test_cancel()
47 assertFalse(testKey.isValid()); in test_cancel()
/libcore/ojluni/src/test/java/security/cert/
DX509CertSelectorTest.java147 private static final String testKey = field in X509CertSelectorTest
500 Base64.getMimeDecoder().decode(testKey.getBytes())); in testSubjectPublicKey()