Searched refs:testKey (Results 1 – 2 of 2) sorted by relevance
32 MockSelectionKey testKey = new MockSelectionKey(); in test_isValid() local33 assertTrue(testKey.isValid()); in test_isValid()40 MockSelectionKey testKey = new MockSelectionKey(); in test_cancel() local42 testKey.cancel(); in test_cancel()47 assertFalse(testKey.isValid()); in test_cancel()
147 private static final String testKey = field in X509CertSelectorTest500 Base64.getMimeDecoder().decode(testKey.getBytes())); in testSubjectPublicKey()