| com.tctest.GenericTestApp com.tctest.AutoLockMapTestApp
Method Summary | |
void | assertArray(Object[] expect, Collection collection) | void | assertArray(Object[] expect, Map map) | void | assertMappings(Map expect, Map actual) | protected Object | getTestObject(String test) | protected void | setupTestObject(String test) | void | testBasicGetProperty(Map map, boolean validate) | void | testBasicLoad(Map map, boolean validate) | void | testBasicSetProperty(Map map, boolean validate) | void | testDisableAutoLocks(Map map, boolean validate) | void | testEntrySetClear(Map map, boolean validate) | void | testEntrySetIterator(Map map, boolean validate) EntryWrapper is not portable yet, so the putting the entries to a shared array by calling the entrySet().toArray()
method will not work and will throw a NonPortableException at this point. | void | testEntrySetRemove(Map map, boolean validate) | void | testEntrySetRemoveAll(Map map, boolean validate) | void | testEntrySetRetainAll(Map map, boolean validate) | void | testHashMapPut(Map map, boolean validate) | void | testKeySetClear(Map map, boolean validate) | void | testKeySetIterator(Map map, boolean validate) | void | testKeySetRemove(Map map, boolean validate) | void | testKeySetRemoveAll(Map map, boolean validate) | void | testKeySetRetainAll(Map map, boolean validate) | void | testKeySetToArray(Map map, boolean validate) | void | testPut(Map map, boolean validate) | void | testValuesClear(Map map, boolean validate) | void | testValuesIterator(Map map, boolean validate) | void | testValuesRemove(Map map, boolean validate) | void | testValuesRemoveAll(Map map, boolean validate) | void | testValuesRetainAll(Map map, boolean validate) | void | testValuesToArray(Map map, boolean validate) | public static void | visitL1DSOConfig(ConfigVisitor visitor, DSOClientConfigHelper config) |
assertMappings | void assertMappings(Map expect, Map actual)(Code) | | |
setupTestObject | protected void setupTestObject(String test)(Code) | | |
testBasicGetProperty | void testBasicGetProperty(Map map, boolean validate)(Code) | | |
testBasicLoad | void testBasicLoad(Map map, boolean validate)(Code) | | |
testBasicSetProperty | void testBasicSetProperty(Map map, boolean validate)(Code) | | |
testDisableAutoLocks | void testDisableAutoLocks(Map map, boolean validate) throws Exception(Code) | | |
testEntrySetClear | void testEntrySetClear(Map map, boolean validate) throws Exception(Code) | | |
testEntrySetIterator | void testEntrySetIterator(Map map, boolean validate) throws Exception(Code) | | EntryWrapper is not portable yet, so the putting the entries to a shared array by calling the entrySet().toArray()
method will not work and will throw a NonPortableException at this point.
|
testEntrySetRemove | void testEntrySetRemove(Map map, boolean validate) throws Exception(Code) | | |
testEntrySetRemoveAll | void testEntrySetRemoveAll(Map map, boolean validate) throws Exception(Code) | | |
testEntrySetRetainAll | void testEntrySetRetainAll(Map map, boolean validate) throws Exception(Code) | | |
testHashMapPut | void testHashMapPut(Map map, boolean validate)(Code) | | |
testKeySetIterator | void testKeySetIterator(Map map, boolean validate) throws Exception(Code) | | |
testKeySetRemoveAll | void testKeySetRemoveAll(Map map, boolean validate) throws Exception(Code) | | |
testKeySetRetainAll | void testKeySetRetainAll(Map map, boolean validate) throws Exception(Code) | | |
testKeySetToArray | void testKeySetToArray(Map map, boolean validate)(Code) | | |
testValuesIterator | void testValuesIterator(Map map, boolean validate) throws Exception(Code) | | |
testValuesRemoveAll | void testValuesRemoveAll(Map map, boolean validate) throws Exception(Code) | | |
testValuesRetainAll | void testValuesRetainAll(Map map, boolean validate) throws Exception(Code) | | |
testValuesToArray | void testValuesToArray(Map map, boolean validate)(Code) | | |
|
|