| com.tctest.GenericTestApp com.tctest.ConcurrentHashMapTestApp
Method Summary | |
void | assertCollectionsEqual(Object[] expect, Collection collection) | void | assertCollectionsEqual(Collection expect, Collection collection) | void | assertMappingsEqual(Object[] expect, Map map) | void | assertMappingsEqual(Map expect, Map actual) | void | assertMappingsHashEqual(Map expect, Map actual) | void | assertSingleHashMapping(Object expectedKey, Object expectedValue, Map map) | protected Object | getTestObject(String test) | protected void | setupTestObject(String test) | void | testAllEntriesSnapshot(ConcurrentHashMap map, boolean validate) | void | testAllLocalEntriesSnapshot(ConcurrentHashMap map, boolean validate) | void | testContains1(ConcurrentHashMap map, boolean validate) | void | testContains2(ConcurrentHashMap map, boolean validate) | void | testEntrySetClear(ConcurrentHashMap map, boolean validate) | void | testEntrySetContains1(ConcurrentHashMap map, boolean validate) | void | testEntrySetContains2(ConcurrentHashMap map, boolean validate) | void | testEntrySetContainsAll1(ConcurrentHashMap map, boolean validate) | void | testEntrySetContainsAll2(ConcurrentHashMap map, boolean validate) | void | testEntrySetIteratorRemove1(ConcurrentHashMap map, boolean validate) | void | testEntrySetIteratorRemove2(ConcurrentHashMap map, boolean validate) | void | testEntrySetRemove1(ConcurrentHashMap map, boolean validate) | void | testEntrySetRemove2(ConcurrentHashMap map, boolean validate) | void | testEntrySetRemoveAll1(ConcurrentHashMap map, boolean validate) | void | testEntrySetRemoveAll2(ConcurrentHashMap map, boolean validate) | void | testEntrySetRetainAll1(ConcurrentHashMap map, boolean validate) | void | testEntrySetRetainAll2(ConcurrentHashMap map, boolean validate) | void | testEntrySetSetValue1(ConcurrentHashMap map, boolean validate) | void | testEntrySetSetValue2(ConcurrentHashMap map, boolean validate) | void | testEntrySetSize1(ConcurrentHashMap map, boolean validate) | void | testEntrySetSize2(ConcurrentHashMap map, boolean validate) | void | testEntrySetToArray1(ConcurrentHashMap map, boolean validate) | void | testEntrySetToArray2(ConcurrentHashMap map, boolean validate) | void | testHashRemove1(ConcurrentHashMap map, boolean validate) | void | testHashRemove2(ConcurrentHashMap map, boolean validate) | void | testHashRemove3(ConcurrentHashMap map, boolean validate) | void | testHashReplace1(ConcurrentHashMap map, boolean validate) | void | testHashReplace2(ConcurrentHashMap map, boolean validate) | void | testHashReplaceIfValueEqual1(ConcurrentHashMap map, boolean validate) | void | testHashReplaceIfValueEqual2(ConcurrentHashMap map, boolean validate) | void | testKeySetClear1(ConcurrentHashMap map, boolean validate) | void | testKeySetClear2(ConcurrentHashMap map, boolean validate) | void | testKeySetContains1(ConcurrentHashMap map, boolean validate) | void | testKeySetContains2(ConcurrentHashMap map, boolean validate) | void | testKeySetContainsAll1(ConcurrentHashMap map, boolean validate) | void | testKeySetContainsAll2(ConcurrentHashMap map, boolean validate) | void | testKeySetIteratorRemove1(ConcurrentHashMap map, boolean validate) | void | testKeySetIteratorRemove2(ConcurrentHashMap map, boolean validate) | void | testKeySetRemove1(ConcurrentHashMap map, boolean validate) | void | testKeySetRemove2(ConcurrentHashMap map, boolean validate) | void | testKeySetRemoveAll1(ConcurrentHashMap map, boolean validate) | void | testKeySetRemoveAll2(ConcurrentHashMap map, boolean validate) | void | testKeySetRetainAll1(ConcurrentHashMap map, boolean validate) | void | testKeySetRetainAll2(ConcurrentHashMap map, boolean validate) | void | testKeySetToArray1(ConcurrentHashMap map, boolean validate) | void | testKeySetToArray2(ConcurrentHashMap map, boolean validate) | void | testPut1(ConcurrentHashMap map, boolean validate) | void | testPut2(ConcurrentHashMap map, boolean validate) | void | testPutAll1(ConcurrentHashMap map, boolean validate) | void | testPutAll2(ConcurrentHashMap map, boolean validate) | void | testPutIfAbsent(ConcurrentHashMap map, boolean validate) | void | testPutIfAbsent2(ConcurrentHashMap map, boolean validate) | void | testPutWithClassKey(ConcurrentHashMap map, boolean validate) | void | testRemove1(ConcurrentHashMap map, boolean validate) | void | testRemove2(ConcurrentHashMap map, boolean validate) | void | testRemove3(ConcurrentHashMap map, boolean validate) | void | testRemoveLogical(ConcurrentHashMap map, boolean validate) | void | testReplace1(ConcurrentHashMap map, boolean validate) | void | testReplace2(ConcurrentHashMap map, boolean validate) | void | testReplaceIfValueEqual1(ConcurrentHashMap map, boolean validate) | void | testReplaceIfValueEqual2(ConcurrentHashMap map, boolean validate) | void | testValuesClear1(ConcurrentHashMap map, boolean validate) | void | testValuesClear2(ConcurrentHashMap map, boolean validate) | void | testValuesContains1(ConcurrentHashMap map, boolean validate) | void | testValuesContains2(ConcurrentHashMap map, boolean validate) | void | testValuesContainsAll1(ConcurrentHashMap map, boolean validate) | void | testValuesContainsAll2(ConcurrentHashMap map, boolean validate) | void | testValuesIteratorRemove1(ConcurrentHashMap map, boolean validate) | void | testValuesIteratorRemove2(ConcurrentHashMap map, boolean validate) | void | testValuesRemove1(ConcurrentHashMap map, boolean validate) | void | testValuesRemove2(ConcurrentHashMap map, boolean validate) | void | testValuesRemoveAll1(ConcurrentHashMap map, boolean validate) | void | testValuesRemoveAll2(ConcurrentHashMap map, boolean validate) | void | testValuesRetainAll1(ConcurrentHashMap map, boolean validate) | void | testValuesRetainAll2(ConcurrentHashMap map, boolean validate) | void | testValuesToArray1(ConcurrentHashMap map, boolean validate) | void | testValuesToArray2(ConcurrentHashMap map, boolean validate) | public static void | visitL1DSOConfig(ConfigVisitor visitor, DSOClientConfigHelper config) |
assertMappingsEqual | void assertMappingsEqual(Object[] expect, Map map)(Code) | | |
assertMappingsEqual | void assertMappingsEqual(Map expect, Map actual)(Code) | | |
assertMappingsHashEqual | void assertMappingsHashEqual(Map expect, Map actual)(Code) | | |
assertSingleHashMapping | void assertSingleHashMapping(Object expectedKey, Object expectedValue, Map map)(Code) | | |
setupTestObject | protected void setupTestObject(String test)(Code) | | |
|
|