Searched defs:TestEntry (Results 1 – 3 of 3) sorted by relevance
16 class TestEntry(unittest.TestCase): class
40 struct TestEntry { struct41 const char* key;42 const char* value;
54 static class TestEntry<K, V> extends ForwardingMapEntry<K, V> class in SynchronizedNavigableMapTest59 TestEntry(Entry<K, V> delegate, Object mutex) { in TestEntry() method in SynchronizedNavigableMapTest.TestEntry