| com.tctest.GenericTestApp com.tctest.GenericMapTestApp
Method Summary | |
Object | E(String val, int variant) | void | assertEmptyMap(Map map) | void | assertMappings(Map expect, Map actual) | void | assertMappingsEqual(Object[] expect, Map map) | void | assertMappingsKeysEqual(Object[] expect, Collection collection) | void | assertSingleMapping(Map map, Object key, Object value) | void | assertSingleMappingInternal(Map map, Object key, Object value) | protected Object | getTestObject(String test) | protected void | setupTestObject(String test) | void | testBasicGet(Map map, boolean validate, int v) | void | testBasicGetProperty(Map map, boolean validate, int v) | void | testBasicLoad(Map map, boolean validate, int v) | void | testBasicPut(Map map, boolean validate, int v) | void | testBasicPutAll(Map map, boolean validate, int v) | void | testBasicRemove(Map map, boolean validate, int v) | void | testBasicReplace(Map map, boolean validate, int v) | void | testBasicSetProperty(Map map, boolean validate, int v) | void | testBasicUnSynchronizedPut(Map map, boolean validate, int v) | void | testClearEmpty(Map map, boolean validate, int v) | void | testClearNonEmpty(Map map, boolean validate, int v) | void | testEntrySetAdd(Map map, boolean validate, int v) | void | testEntrySetClear(Map map, boolean validate, int v) | void | testEntrySetIterator(Map map, boolean validate, int v) | void | testEntrySetIteratorRemove(Map map, boolean validate, int v) | void | testEntrySetIteratorRemoveNull(Map map, boolean validate, int v) | void | testEntrySetRemove(Map map, boolean validate, int v) | void | testEntrySetRemoveAll(Map map, boolean validate, int v) | void | testEntrySetRemoveNull(Map map, boolean validate, int v) | void | testEntrySetRetainAll(Map map, boolean validate, int v) | void | testEntrySetRetainAll2(Map map, boolean validate, int v) | void | testEntrySetToArray(Map map, boolean validate, int v) | void | testEntrySetValue(Map map, boolean validate, int v) | void | testEntrySetValueNull(Map map, boolean validate, int v) | void | testFastHashMapSetFast(Map map, boolean validate, int v) | void | testKeySetClear(Map map, boolean validate, int v) | void | testKeySetIterator(Map map, boolean validate, int v) | void | testKeySetIteratorRemove(Map map, boolean validate, int v) | void | testKeySetIteratorRemoveNull(Map map, boolean validate, int v) | void | testKeySetRemove(Map map, boolean validate, int v) | void | testKeySetRemoveAll(Map map, boolean validate, int v) | void | testKeySetRemoveNull(Map map, boolean validate, int v) | void | testKeySetRetainAll(Map map, boolean validate, int v) | void | testKeySetToArray(Map map, boolean validate, int v) | void | testLinkedHashMapAccessOrderGet(Map map, boolean validate, int v) | void | testLinkedHashMapAccessOrderPut(Map map, boolean validate, int v) | void | testLinkedHashMapInsertionOrderPut(Map map, boolean validate, int v) | void | testLinkedHashMapInsertionOrderRemovePut(Map map, boolean validate, int v) | void | testPutNonPortableObject(Map map, boolean validate, int v) | void | testPutNullKey(Map map, boolean validate, int v) | void | testPutNullValue(Map map, boolean validate, int v) | void | testReadOnlyPut(Map map, boolean validate, int v) | void | testReadOnlyPutAll(Map map, boolean validate, int v) | void | testRemoveNullKey(Map map, boolean validate, int v) | void | testReplaceKeyRetention(Map map, boolean validate, int v) | void | testReplaceNullKey(Map map, boolean validate, int v) | void | testSetUpClear(Map map, boolean validate, int v) | void | testSetUpEntrySet(Map map, boolean validate, int v) | void | testSetUpEntrySetClear(Map map, boolean validate, int v) | void | testSetUpEntrySetIteratorRemove(Map map, boolean validate, int v) | void | testSetUpEntrySetRemove(Map map, boolean validate, int v) | void | testSetUpEntrySetRemoveAll(Map map, boolean validate, int v) | void | testSetUpEntrySetRetainAll(Map map, boolean validate, int v) | void | testSetUpKeySetClear(Map map, boolean validate, int v) | void | testSetUpKeySetIteratorRemove(Map map, boolean validate, int v) | void | testSetUpKeySetRemoveAll(Map map, boolean validate, int v) | void | testSetUpKeySetRetainAll(Map map, boolean validate, int v) | void | testSetUpRemove(Map map, boolean validate, int v) | void | testSetUpValuesClear(Map map, boolean validate, int v) | void | testSetUpValuesIteratorRemove(Map map, boolean validate, int v) | void | testSetUpValuesRemoveAll(Map map, boolean validate, int v) | void | testSetUpValuesRetainAll(Map map, boolean validate, int v) | void | testTHashMapRemoveAt(Map map, boolean validate, int v) | void | testTHashMapTransformValues(Map map, boolean validate, int v) | void | testValuesClear(Map map, boolean validate, int v) | void | testValuesDuplicateRemove(Map map, boolean validate, int v) | void | testValuesIterator(Map map, boolean validate, int v) | void | testValuesIteratorRemove(Map map, boolean validate, int v) | void | testValuesIteratorRemoveNull(Map map, boolean validate, int v) | void | testValuesRemove(Map map, boolean validate, int v) | void | testValuesRemoveAll(Map map, boolean validate, int v) | void | testValuesRemoveNull(Map map, boolean validate, int v) | void | testValuesRetainAll(Map map, boolean validate, int v) | void | testValuesToArray(Map map, boolean validate, int v) | public static void | visitL1DSOConfig(ConfigVisitor visitor, DSOClientConfigHelper config) |
assertEmptyMap | void assertEmptyMap(Map map)(Code) | | |
assertMappings | void assertMappings(Map expect, Map actual)(Code) | | |
assertMappingsEqual | void assertMappingsEqual(Object[] expect, Map map)(Code) | | |
setupTestObject | protected void setupTestObject(String test)(Code) | | |
testBasicGet | void testBasicGet(Map map, boolean validate, int v)(Code) | | |
testBasicGetProperty | void testBasicGetProperty(Map map, boolean validate, int v)(Code) | | |
testBasicLoad | void testBasicLoad(Map map, boolean validate, int v)(Code) | | |
testBasicPut | void testBasicPut(Map map, boolean validate, int v)(Code) | | |
testBasicPutAll | void testBasicPutAll(Map map, boolean validate, int v)(Code) | | |
testBasicRemove | void testBasicRemove(Map map, boolean validate, int v)(Code) | | |
testBasicReplace | void testBasicReplace(Map map, boolean validate, int v)(Code) | | |
testBasicSetProperty | void testBasicSetProperty(Map map, boolean validate, int v)(Code) | | |
testBasicUnSynchronizedPut | void testBasicUnSynchronizedPut(Map map, boolean validate, int v)(Code) | | |
testClearEmpty | void testClearEmpty(Map map, boolean validate, int v)(Code) | | |
testClearNonEmpty | void testClearNonEmpty(Map map, boolean validate, int v)(Code) | | |
testEntrySetAdd | void testEntrySetAdd(Map map, boolean validate, int v)(Code) | | |
testEntrySetClear | void testEntrySetClear(Map map, boolean validate, int v)(Code) | | |
testEntrySetIterator | void testEntrySetIterator(Map map, boolean validate, int v)(Code) | | |
testEntrySetIteratorRemove | void testEntrySetIteratorRemove(Map map, boolean validate, int v)(Code) | | |
testEntrySetIteratorRemoveNull | void testEntrySetIteratorRemoveNull(Map map, boolean validate, int v)(Code) | | |
testEntrySetRemove | void testEntrySetRemove(Map map, boolean validate, int v)(Code) | | |
testEntrySetRemoveAll | void testEntrySetRemoveAll(Map map, boolean validate, int v)(Code) | | |
testEntrySetRemoveNull | void testEntrySetRemoveNull(Map map, boolean validate, int v)(Code) | | |
testEntrySetRetainAll | void testEntrySetRetainAll(Map map, boolean validate, int v)(Code) | | |
testEntrySetRetainAll2 | void testEntrySetRetainAll2(Map map, boolean validate, int v)(Code) | | |
testEntrySetToArray | void testEntrySetToArray(Map map, boolean validate, int v)(Code) | | |
testEntrySetValue | void testEntrySetValue(Map map, boolean validate, int v)(Code) | | |
testEntrySetValueNull | void testEntrySetValueNull(Map map, boolean validate, int v)(Code) | | |
testFastHashMapSetFast | void testFastHashMapSetFast(Map map, boolean validate, int v)(Code) | | |
testKeySetClear | void testKeySetClear(Map map, boolean validate, int v)(Code) | | |
testKeySetIterator | void testKeySetIterator(Map map, boolean validate, int v)(Code) | | |
testKeySetIteratorRemove | void testKeySetIteratorRemove(Map map, boolean validate, int v)(Code) | | |
testKeySetIteratorRemoveNull | void testKeySetIteratorRemoveNull(Map map, boolean validate, int v)(Code) | | |
testKeySetRemove | void testKeySetRemove(Map map, boolean validate, int v)(Code) | | |
testKeySetRemoveAll | void testKeySetRemoveAll(Map map, boolean validate, int v)(Code) | | |
testKeySetRemoveNull | void testKeySetRemoveNull(Map map, boolean validate, int v)(Code) | | |
testKeySetRetainAll | void testKeySetRetainAll(Map map, boolean validate, int v)(Code) | | |
testKeySetToArray | void testKeySetToArray(Map map, boolean validate, int v)(Code) | | |
testLinkedHashMapAccessOrderGet | void testLinkedHashMapAccessOrderGet(Map map, boolean validate, int v)(Code) | | |
testLinkedHashMapAccessOrderPut | void testLinkedHashMapAccessOrderPut(Map map, boolean validate, int v)(Code) | | |
testLinkedHashMapInsertionOrderPut | void testLinkedHashMapInsertionOrderPut(Map map, boolean validate, int v)(Code) | | |
testLinkedHashMapInsertionOrderRemovePut | void testLinkedHashMapInsertionOrderRemovePut(Map map, boolean validate, int v)(Code) | | |
testPutNonPortableObject | void testPutNonPortableObject(Map map, boolean validate, int v)(Code) | | |
testPutNullKey | void testPutNullKey(Map map, boolean validate, int v)(Code) | | |
testPutNullValue | void testPutNullValue(Map map, boolean validate, int v)(Code) | | |
testReadOnlyPut | void testReadOnlyPut(Map map, boolean validate, int v)(Code) | | |
testReadOnlyPutAll | void testReadOnlyPutAll(Map map, boolean validate, int v)(Code) | | |
testRemoveNullKey | void testRemoveNullKey(Map map, boolean validate, int v)(Code) | | |
testReplaceKeyRetention | void testReplaceKeyRetention(Map map, boolean validate, int v)(Code) | | |
testReplaceNullKey | void testReplaceNullKey(Map map, boolean validate, int v)(Code) | | |
testSetUpClear | void testSetUpClear(Map map, boolean validate, int v)(Code) | | |
testSetUpEntrySet | void testSetUpEntrySet(Map map, boolean validate, int v)(Code) | | |
testSetUpEntrySetClear | void testSetUpEntrySetClear(Map map, boolean validate, int v)(Code) | | |
testSetUpEntrySetIteratorRemove | void testSetUpEntrySetIteratorRemove(Map map, boolean validate, int v)(Code) | | |
testSetUpEntrySetRemove | void testSetUpEntrySetRemove(Map map, boolean validate, int v)(Code) | | |
testSetUpEntrySetRemoveAll | void testSetUpEntrySetRemoveAll(Map map, boolean validate, int v)(Code) | | |
testSetUpEntrySetRetainAll | void testSetUpEntrySetRetainAll(Map map, boolean validate, int v)(Code) | | |
testSetUpKeySetClear | void testSetUpKeySetClear(Map map, boolean validate, int v)(Code) | | |
testSetUpKeySetIteratorRemove | void testSetUpKeySetIteratorRemove(Map map, boolean validate, int v)(Code) | | |
testSetUpKeySetRemoveAll | void testSetUpKeySetRemoveAll(Map map, boolean validate, int v)(Code) | | |
testSetUpKeySetRetainAll | void testSetUpKeySetRetainAll(Map map, boolean validate, int v)(Code) | | |
testSetUpRemove | void testSetUpRemove(Map map, boolean validate, int v)(Code) | | |
testSetUpValuesClear | void testSetUpValuesClear(Map map, boolean validate, int v)(Code) | | |
testSetUpValuesIteratorRemove | void testSetUpValuesIteratorRemove(Map map, boolean validate, int v)(Code) | | |
testSetUpValuesRemoveAll | void testSetUpValuesRemoveAll(Map map, boolean validate, int v)(Code) | | |
testSetUpValuesRetainAll | void testSetUpValuesRetainAll(Map map, boolean validate, int v)(Code) | | |
testTHashMapRemoveAt | void testTHashMapRemoveAt(Map map, boolean validate, int v) throws Exception(Code) | | |
testTHashMapTransformValues | void testTHashMapTransformValues(Map map, boolean validate, int v)(Code) | | |
testValuesClear | void testValuesClear(Map map, boolean validate, int v)(Code) | | |
testValuesDuplicateRemove | void testValuesDuplicateRemove(Map map, boolean validate, int v)(Code) | | |
testValuesIterator | void testValuesIterator(Map map, boolean validate, int v)(Code) | | |
testValuesIteratorRemove | void testValuesIteratorRemove(Map map, boolean validate, int v)(Code) | | |
testValuesIteratorRemoveNull | void testValuesIteratorRemoveNull(Map map, boolean validate, int v)(Code) | | |
testValuesRemove | void testValuesRemove(Map map, boolean validate, int v)(Code) | | |
testValuesRemoveAll | void testValuesRemoveAll(Map map, boolean validate, int v)(Code) | | |
testValuesRemoveNull | void testValuesRemoveNull(Map map, boolean validate, int v)(Code) | | |
testValuesRetainAll | void testValuesRetainAll(Map map, boolean validate, int v)(Code) | | |
testValuesToArray | void testValuesToArray(Map map, boolean validate, int v)(Code) | | |
|
|