Class org.springframework.util.ConcurrentReferenceHashMapTests
Tests
| Test |
Duration |
Result |
| shouldApplySupplimentalHash |
0s |
passed |
| shouldBeFasterThanSynchronizedMap |
- |
ignored |
| shouldClear |
0s |
passed |
| shouldContainKey |
0s |
passed |
| shouldContainValue |
0.001s |
passed |
| shouldCreateFullyCustom |
0.001s |
passed |
| shouldCreateWithDefaults |
0s |
passed |
| shouldCreateWithInitialCapacity |
0s |
passed |
| shouldCreateWithInitialCapacityAndConcurrenyLevel |
0s |
passed |
| shouldCreateWithInitialCapacityAndLoadFactor |
0s |
passed |
| shouldGetEntrySet |
0.001s |
passed |
| shouldGetEntrySetFollowingNext |
0s |
passed |
| shouldGetFollowingNexts |
0.001s |
passed |
| shouldGetKeySet |
0.001s |
passed |
| shouldGetSize |
0s |
passed |
| shouldGetValues |
0.001s |
passed |
| shouldGetWithNoItems |
0s |
passed |
| shouldNeedNonNegativeInitialCapacity |
0.001s |
passed |
| shouldNeedPositiveConcurrencyLevel |
0s |
passed |
| shouldNeedPositiveLoadFactor |
0s |
passed |
| shouldPergeOnPut |
0s |
passed |
| shouldPurgeOnGet |
0s |
passed |
| shouldPutAll |
0s |
passed |
| shouldPutAndGet |
0s |
passed |
| shouldPutIfAbsent |
0.001s |
passed |
| shouldPutIfAbsentWithNullKey |
0s |
passed |
| shouldPutIfAbsentWithNullValue |
0s |
passed |
| shouldPutNullKey |
0s |
passed |
| shouldPutNullValue |
0s |
passed |
| shouldRemoveKeyAndValue |
0s |
passed |
| shouldRemoveKeyAndValueWithExistingNull |
0s |
passed |
| shouldRemoveViaEntrySet |
0s |
passed |
| shouldRemoveWhenKeyIsInMap |
0.002s |
passed |
| shouldRemoveWhenKeyIsNotInMap |
0s |
passed |
| shouldReplaceNullValue |
0s |
passed |
| shouldReplaceOldNullValueWithNewValue |
0s |
passed |
| shouldReplaceOldValueWithNewValue |
0.001s |
passed |
| shouldReplaceOnDoublePut |
0s |
passed |
| shouldReplaceValue |
0s |
passed |
| shouldResize |
0s |
passed |
| shouldSetViaEntrySet |
0.002s |
passed |
| shouldSupportIsEmpty |
0.001s |
passed |
| shouldSupportNullReference |
0s |
passed |