Skip to content

Test Result : LruCacheManagerTest

0 failures (±0)
41 tests (±0)
Took 73 ms.

All Tests

Test nameDurationStatus
addNullThrowsNullPointerException2 msPassed
addRemovesOldDescriptorWhenInstanceIsReplacedByAnother1 msPassed
addReplacesInstanceTogetherWithDescriptor1 msPassed
addWithSameIdToDifferentContextsRetainsBothRecords1 msPassed
addingWithDuplicateIdentifierReplacesExistingRecord1 msPassed
cacheAddWithStringIdentifier1 msPassed
cacheEvictWithStringIdentifier1 msPassed
cacheSupportsEntitiesOverridingEqualsAndHashCode1 msPassed
containsReturnsFalseWhenDescriptorsDoNotMatch1 msPassed
containsWithNullArgumentsReturnsFalse0 msPassed
entryGetsEvictedWhenCacheIsFull2 msPassed
evictAllRemovesAllRecords2 msPassed
evictByClassRemovesClassMapWhenEvictedWasLastItem6 msPassed
evictByClassRemovesInstanceDescriptors1 msPassed
evictByClassThrowsNPXForNullArgument3 msPassed
evictByContextRemovesContextMap1 msPassed
evictByContextRemovesInstanceDescriptors1 msPassed
evictByContextRetainsRecordsWhenUnknownContextIsUsed1 msPassed
evictByContextWithNullArgumentEvictsDefaultContext2 msPassed
evictByNullIdentifierThrowsNPX2 msPassed
evictInferredClassesRemovesInstancesOfInferredClasses2 msPassed
evictRemovesInstanceDescriptor2 msPassed
getByNonMatchingClassReturnsNull1 msPassed
getByUnknownIdReturnsNull1 msPassed
getLoadStateDescriptorReturnsLoadStateDescriptorAssociatedWithSpecifiedCacheEntry1 msPassed
getReturnsNullWhenDescriptorsDoNotMatch10 msPassed
getWithNullIdReturnsNull2 msPassed
getWithWrongContextReturnsNull0 msPassed
initializationWithInvalidCapacityUsesDefaultValue2 msPassed
leastRecentlyUsedEntriesAreEvictedWhenCacheIsFull4 msPassed
leastRecentlyUsedEntryGetsEvictedWhenCacheIsFull_withContext3 msPassed
testAddIntoContext2 msPassed
testAddToDefault1 msPassed
testContainsDefault1 msPassed
testContainsWithContext3 msPassed
testEvictByClass2 msPassed
testEvictByContext1 msPassed
testEvictByContextClassAndIdentifier1 msPassed
testGetObject1 msPassed
testInitWithCustomCapacity1 msPassed
testInitWithDefaultCapacity1 msPassed