|
Rename Method public testWriterPutIfAbsent() : void renamed to public testWriterPutIfAbsentTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testGetAll() : void renamed to public testGetAllTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testPutAll() : void renamed to public testPutAllCache() : void in class org.redisson.RedissonLocalCachedMapTest |
From |
To |
|
Rename Method public testContainsValue() : void renamed to public testContainsValueTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testPut() : void renamed to public testPutGetCache() : void in class org.redisson.RedissonLocalCachedMapTest |
From |
To |
|
Rename Method public testGetAll() : void renamed to public testGetAllCache() : void in class org.redisson.RedissonLocalCachedMapTest |
From |
To |
|
Rename Method public testValuesByPattern() : void renamed to public testValuesByPatternTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testPutIfAbsent() : void renamed to public testPutIfAbsentTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testAddAndGet() : void renamed to public testAddAndGetTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testContainsKey() : void renamed to public testContainsKeyTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testSize() : void renamed to public testSizeCache() : void in class org.redisson.RedissonLocalCachedMapTest |
From |
To |
|
Rename Method public testEntrySetByPattern() : void renamed to public testEntrySetByPatternTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testKeySetByPattern() : void renamed to public testKeySetByPatternTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testPutGet() : void renamed to public testPutGetTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testFastPutIfAbsent() : void renamed to public testFastPutIfAbsentTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Rename Method public testReadAllValues() : void renamed to public testReadAllValuesTTL() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Pull Up Method public testIteratorRandomRemoveHighVolume() : void from class org.redisson.RedissonMapCacheTest to public testEntrySetIteratorRandomRemoveHighVolume() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testGetAllOrder() : void from class org.redisson.RedissonMapTest to public testGetAllOrder() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testKeySetByPattern() : void from class org.redisson.RedissonMapTest to public testKeySetByPattern() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testInteger() : void from class org.redisson.RedissonMapTest to public testInteger() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testGetAllBig() : void from class org.redisson.RedissonMapCacheTest to public testGetAllBig() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testValueIterator() : void from class org.redisson.RedissonMapTest to public testValueIterator() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testLong() : void from class org.redisson.RedissonMapTest to public testLong() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testDeserializationErrorReturnsErrorImmediately() : void from class org.redisson.RedissonMapCacheTest to public testDeserializationErrorReturnsErrorImmediately() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReadAllValues() : void from class org.redisson.RedissonMapTest to public testReadAllValues() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testValuesByPattern() : void from class org.redisson.RedissonMapTest to public testValuesByPattern() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testIterator() : void from class org.redisson.RedissonMapTest to public testIterator() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testGetAllWithStringKeys() : void from class org.redisson.RedissonMapTest to public testGetAllWithStringKeys() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReadAllKeySet() : void from class org.redisson.RedissonMapTest to public testReadAllKeySet() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testFastPut() : void from class org.redisson.RedissonMapCacheTest to public testFastPut() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testOrdering() : void from class org.redisson.RedissonMapTest to public testOrdering() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReplace() : void from class org.redisson.RedissonMapTest to public testReplace() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testNullValue() : void from class org.redisson.RedissonMapTest to public testNullValue() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testEntrySetByPattern() : void from class org.redisson.RedissonMapTest to public testEntrySetByPattern() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReplaceValue() : void from class org.redisson.RedissonMapTest to public testReplaceValue() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testContainsValue() : void from class org.redisson.RedissonMapTest to public testContainsValue() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testPutAllBig() : void from class org.redisson.RedissonMapCacheTest to public testPutAllBig() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReplaceOldValueFail() : void from class org.redisson.RedissonMapTest to public testReplaceOldValueFail() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testFastRemoveEmpty() : void from class org.redisson.RedissonMapTest to public testFastRemoveEmpty() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testStringCodec() : void from class org.redisson.RedissonMapTest to public testStringCodec() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testPutGet() : void from class org.redisson.RedissonMapTest to public testPutGet() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testOrdering() : void from class org.redisson.RedissonMapCacheTest to public testOrdering() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testValueSize() : void from class org.redisson.RedissonMapTest to public testValueSize() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testIteratorRemoveHighVolume() : void from class org.redisson.RedissonMapTest to public testKeySetIteratorRemoveHighVolume() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testRemoveAsync() : void from class org.redisson.RedissonMapTest to public testRemove() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReplace() : void from class org.redisson.RedissonMapCacheTest to public testReplace() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testFastPutIfAbsent() : void from class org.redisson.RedissonMapTest to public testFastPutIfAbsent() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testContainsKey() : void from class org.redisson.RedissonMapTest to public testContainsKey() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testFastRemoveAsync() : void from class org.redisson.RedissonMapTest to public testFastRemove() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReplaceOldValueSuccess() : void from class org.redisson.RedissonMapTest to public testReplaceOldValueSuccess() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testPutAll() : void from class org.redisson.RedissonMapTest to public testPutAll() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testRemoveValue() : void from class org.redisson.RedissonMapTest to public testRemoveValue() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testRemoveValueFail() : void from class org.redisson.RedissonMapTest to public testRemoveValueFail() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testEquals() : void from class org.redisson.RedissonMapTest to public testEquals() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReadAllKeySetHighAmount() : void from class org.redisson.RedissonMapTest to public testReadAllKeySetHighAmount() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testSize() : void from class org.redisson.RedissonMapCacheTest to public testSize() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testPutIfAbsent() : void from class org.redisson.RedissonMapTest to public testPutIfAbsent() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testPutAll() : void from class org.redisson.RedissonMapCacheTest to public testPutAll() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testSize() : void from class org.redisson.RedissonMapTest to public testSize() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testNullKey() : void from class org.redisson.RedissonMapTest to public testNullKey() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testGetAll() : void from class org.redisson.RedissonMapTest to public testGetAll() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testEmptyRemove() : void from class org.redisson.RedissonMapTest to public testEmptyRemove() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testRemove() : void from class org.redisson.RedissonMapTest to public testRemoveObject() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testDeserializationErrorReturnsErrorImmediately() : void from class org.redisson.RedissonMapTest to public testDeserializationErrorReturnsErrorImmediately() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testReplaceValue() : void from class org.redisson.RedissonMapCacheTest to public testReplaceValue() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testIteratorRemoveHighVolume() : void from class org.redisson.RedissonMapCacheTest to public testEntrySetIteratorRemoveHighVolume() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testAddAndGet() : void from class org.redisson.RedissonMapTest to public testAddAndGet() : void from class org.redisson.BaseMapTest |
From |
To |
|
Pull Up Method public testEmptyRemove() : void from class org.redisson.RedissonMapCacheTest to public testEmptyRemove() : void from class org.redisson.BaseMapTest |
From |
To |