addNullThrowsNullPointerException | 0 ms | Passed |
addRemovesOldDescriptorWhenInstanceIsReplacedByAnother | 1 ms | Passed |
addReplacesInstanceTogetherWithDescriptor | 1 ms | Passed |
addWithSameIdToDifferentContextsRetainsBothRecords | 1 ms | Passed |
addingWithDuplicateIdentifierReplacesExistingRecord | 1 ms | Passed |
cacheAddWithStringIdentifier | 0 ms | Passed |
cacheEvictWithStringIdentifier | 0 ms | Passed |
cacheSupportsEntitiesOverridingEqualsAndHashCode | 1 ms | Passed |
containsReturnsFalseWhenDescriptorsDoNotMatch | 1 ms | Passed |
containsWithNullArgumentsReturnsFalse | 0 ms | Passed |
entryGetsEvictedWhenCacheIsFull | 1 ms | Passed |
evictAllRemovesAllRecords | 1 ms | Passed |
evictByClassRemovesClassMapWhenEvictedWasLastItem | 4 ms | Passed |
evictByClassRemovesInstanceDescriptors | 1 ms | Passed |
evictByClassThrowsNPXForNullArgument | 0 ms | Passed |
evictByContextRemovesContextMap | 1 ms | Passed |
evictByContextRemovesInstanceDescriptors | 0 ms | Passed |
evictByContextRetainsRecordsWhenUnknownContextIsUsed | 1 ms | Passed |
evictByContextWithNullArgumentEvictsDefaultContext | 1 ms | Passed |
evictByNullIdentifierThrowsNPX | 1 ms | Passed |
evictInferredClassesRemovesInstancesOfInferredClasses | 3 ms | Passed |
evictRemovesInstanceDescriptor | 0 ms | Passed |
getByNonMatchingClassReturnsNull | 1 ms | Passed |
getByUnknownIdReturnsNull | 1 ms | Passed |
getReturnsNullWhenDescriptorsDoNotMatch | 1 ms | Passed |
getWithNullIdReturnsNull | 2 ms | Passed |
getWithWrongContextReturnsNull | 1 ms | Passed |
initializationWithInvalidCapacityUsesDefaultValue | 1 ms | Passed |
leastRecentlyUsedEntriesAreEvictedWhenCacheIsFull | 2 ms | Passed |
leastRecentlyUsedEntryGetsEvictedWhenCacheIsFull_withContext | 1 ms | Passed |
testAddIntoContext | 1 ms | Passed |
testAddToDefault | 1 ms | Passed |
testContainsDefault | 0 ms | Passed |
testContainsWithContext | 0 ms | Passed |
testEvictByClass | 1 ms | Passed |
testEvictByContext | 1 ms | Passed |
testEvictByContextClassAndPrimaryKey | 0 ms | Passed |
testGetObject | 1 ms | Passed |
testInitWithCustomCapacity | 1 ms | Passed |
testInitWithDefaultCapacity | 0 ms | Passed |