addNullThrowsNullPointerException | 0 ms | Passed |
addRemovesOldDescriptorWhenInstanceIsReplacedByAnother | 1 ms | Passed |
addReplacesInstanceTogetherWithDescriptor | 1 ms | Passed |
addWithSameIdToDifferentContextsRetainsBothRecords | 0 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 | 2 ms | Passed |
evictByClassRemovesClassMapWhenEvictedWasLastItem | 4 ms | Passed |
evictByClassRemovesInstanceDescriptors | 0 ms | Passed |
evictByClassThrowsNPXForNullArgument | 1 ms | Passed |
evictByContextRemovesContextMap | 0 ms | Passed |
evictByContextRemovesInstanceDescriptors | 0 ms | Passed |
evictByContextRetainsRecordsWhenUnknownContextIsUsed | 0 ms | Passed |
evictByContextWithNullArgumentEvictsDefaultContext | 0 ms | Passed |
evictByNullIdentifierThrowsNPX | 1 ms | Passed |
evictInferredClassesRemovesInstancesOfInferredClasses | 1 ms | Passed |
evictRemovesInstanceDescriptor | 1 ms | Passed |
getByNonMatchingClassReturnsNull | 1 ms | Passed |
getByUnknownIdReturnsNull | 1 ms | Passed |
getReturnsNullWhenDescriptorsDoNotMatch | 1 ms | Passed |
getWithNullIdReturnsNull | 1 ms | Passed |
getWithWrongContextReturnsNull | 0 ms | Passed |
initializationWithInvalidCapacityUsesDefaultValue | 1 ms | Passed |
leastRecentlyUsedEntriesAreEvictedWhenCacheIsFull | 1 ms | Passed |
leastRecentlyUsedEntryGetsEvictedWhenCacheIsFull_withContext | 1 ms | Passed |
testAddIntoContext | 0 ms | Passed |
testAddToDefault | 0 ms | Passed |
testContainsDefault | 1 ms | Passed |
testContainsWithContext | 0 ms | Passed |
testEvictByClass | 1 ms | Passed |
testEvictByContext | 1 ms | Passed |
testEvictByContextClassAndPrimaryKey | 0 ms | Passed |
testGetObject | 0 ms | Passed |
testInitWithCustomCapacity | 1 ms | Passed |
testInitWithDefaultCapacity | 0 ms | Passed |