clearCleansUpPersistenceContext | 82 ms | Passed |
clearResetsCloneBuilder | 87 ms | Passed |
commitAddsNewObjectsToCache | 89 ms | Passed |
commitAddsNewlyAddedReferenceToObjectToCache | 73 ms | Passed |
commitDetachesPersistedInstance | 57 ms | Passed |
commitEvictsInferredClassesFromCache | 76 ms | Passed |
commitEvictsRemovedObjectsFromCache | 80 ms | Passed |
commitInactiveUoWThrowsIllegalStateException | 0.1 sec | Passed |
commitPersistsAllNewlyRegisteredObjects | 78 ms | Passed |
commitPutsIntoCacheInstanceMergedAsDetachedDuringTransaction | 82 ms | Passed |
commitRegistersChangesDoneByPreUpdateCallback | 84 ms | Passed |
commitRemovesRemovedObjectsFromStorage | 0.13 sec | Passed |
commitThrowsAttributeModificationForbiddenExceptionWhenChangeConcernsLexicalValueAttribute | 84 ms | Passed |
commitToStorageCalculatesChangesToExistingObjectsAndPropagatesThemToStorage | 75 ms | Passed |
commitToStorageDeletesRemovedObjectsFromStorage | 76 ms | Passed |
containsReturnsTrueForRegisteredExistingObject | 65 ms | Passed |
findOfObjectAlreadyManagedAsLazilyLoadedValueReturnSameObject | 73 ms | Passed |
getContextsRetrievesContextsFromStorage | 80 ms | Passed |
getInstanceForMergeTriggersLazyAttributeLoadingForAlreadyManagedObject | 96 ms | Passed |
getManagedOriginalForDifferentContextReturnsNull | 94 ms | Passed |
getManagedOriginalForUnknownIdentifierReturnsNull | 76 ms | Passed |
getManagedOriginalReturnsManagedOriginalInstance | 79 ms | Passed |
getManagedOriginalReturnsNullWhenObjectIsManagedButAmongDeletedObjects | 65 ms | Passed |
getManagedOriginalThrowsEntityExistsExceptionWhenIndividualIsManagedAsDifferentType | 64 ms | Passed |
getOriginalReturnsOriginalRegisteredByReadObject | 66 ms | Passed |
getOriginalWithNullArgumentReturnsNull | 90 ms | Passed |
icValidationPassesOnCommitWhenConstraintsAreViolatedAndThenFixedDuringTransaction | 66 ms | Passed |
isConsistentCallsStorageConsistencyCheck | 75 ms | Passed |
isInferredChecksForValueInferredStatusWithConnectionWrapper | 69 ms | Passed |
isInferredThrowsIllegalArgumentExceptionWhenInstanceIsNotManaged | 62 ms | Passed |
isLoadedByAttributeReturnsLoadedForAttributesOfNewlyRegisteredInstance | 76 ms | Passed |
isLoadedByAttributeReturnsLoadedForAttributesOfRegisteredExistingObject | 65 ms | Passed |
isLoadedByAttributeReturnsLoadedForNonNullValuedLazilyLoadedAttribute | 82 ms | Passed |
isLoadedByAttributeReturnsNotLoadedForNotLoadedLazilyLoadedAttribute | 76 ms | Passed |
isLoadedByAttributeReturnsUnknownForAttributeOfUnregisteredObject | 79 ms | Passed |
isLoadedReturnsLoadedForNewlyRegisteredInstance | 61 ms | Passed |
isLoadedReturnsLoadedForRegisteredExistingObject | 70 ms | Passed |
isLoadedReturnsUnknownForUnregisteredObject | 66 ms | Passed |
isObjectManagedReturnsTrueForRegisteredExistingObject | 64 ms | Passed |
isObjectManagedThrowsNullPointerExceptionForNullArgument | 62 ms | Passed |
isObjectNewReturnsFalseForNullArgument | 72 ms | Passed |
isObjectNewReturnsFalseForRegisteredExistingObject | 80 ms | Passed |
isObjectNewReturnsTrueForNewlyRegisteredObject | 78 ms | Passed |
loadEntityFieldCausesLoadStateOfLazilyLoadedAttributeToBeSetToLoaded | 0.11 sec | Passed |
loadEntityFieldOnUnmanagedObjectThrowsOwlPersistenceException | 88 ms | Passed |
loadFieldLoadsLiteralValueAttribute | 77 ms | Passed |
loadFieldLoadsManagedTypeAttribute | 81 ms | Passed |
mergeDetachedRegistersChangesToSpecifiedObjectAndReturnsManagedClone | 80 ms | Passed |
persistSkipsCardinalityConstraintValidationOfInferredAttributes | 88 ms | Passed |
readAlreadyManagedObjectReturnsTheManagedOne | 69 ms | Passed |
readNewlyRegisteredObjectReturnsIt | 64 ms | Passed |
readObjectLoadsObjectFromStorage | 85 ms | Passed |
readObjectWithNullClassThrowsNullPointerException | 83 ms | Passed |
readObjectWithNullDescriptorThrowsNullPointerException | 67 ms | Passed |
readObjectWithNullIdentifierArgumentThrowsNullPointerException | 59 ms | Passed |
refreshAcquiresNewConnectionToGetAccessToNonTransactionalEntityState | 72 ms | Passed |
refreshLoadsInstanceFromRepositoryAndOverwritesFieldChanges | 95 ms | Passed |
refreshOverwritesChangesSentToRepository | 80 ms | Passed |
refreshOverwritesObjectPropertyChanges | 89 ms | Passed |
refreshSetsUpdatesCloneMappingForRefreshedInstance | 87 ms | Passed |
refreshThrowsEntityNotFoundForNonExistentEntity | 0.12 sec | Passed |
refreshThrowsIllegalArgumentForNonManagedInstance | 76 ms | Passed |
refreshThrowsIllegalArgumentForRemovedInstance | 66 ms | Passed |
registerExistingObjectInvokesPostCloneListeners | 64 ms | Passed |
registerExistingObjectPassesPostCloneListenersToCloneBuilder | 77 ms | Passed |
registerExistingObjectReturnsRegisteredClone | 61 ms | Passed |
registerExistingObjectTwiceReturnsSameClone | 65 ms | Passed |
registerNewObjectAddsArgumentToPersistenceContext | 70 ms | Passed |
registerNewObjectGeneratesIdentifierWhenInstancesDoesNotHaveOne | 69 ms | Passed |
registerNewObjectThrowsIdentifierNotSetExceptionWhenIdentifierIsNullAndNotGenerated | 79 ms | Passed |
registerNewObjectThrowsNullPointerExceptionForNullArgument | 0.11 sec | Passed |
registerNewObjectThrowsNullPointerExceptionForNullDescriptor | 79 ms | Passed |
releaseUnitOfWorkClosesStorageAndMakesUoWInactive | 0.11 sec | Passed |
removeNotRegisteredObjectThrowsIllegalArgumentException | 57 ms | Passed |
removeObjectFromCacheEvictsObjectFromCacheManager | 78 ms | Passed |
removeObjectRegistersObjectForDeletion | 73 ms | Passed |
removeObjectRemovesNewlyRegisteredObjectFromPersistenceContext | 82 ms | Passed |
restoreDeletedRegistersObjectAgain | 96 ms | Passed |
restoreDeletedReinsertsObjectIntoRepository | 56 ms | Passed |
rollbackDetachesAllManagedEntities | 78 ms | Passed |
rollbackInactiveUoWThrowsIllegalStateException | 0.13 sec | Passed |
rollbackRollsBackStorageChangesAndRemovesObjectsFromPersistenceContext | 78 ms | Passed |
testCalculateModificationsDataProperty | 69 ms | Passed |
testGetState | 69 ms | Passed |
testGetStateWithDescriptor | 72 ms | Passed |
throwsCardinalityViolationExceptionWhenMinimumCardinalityIsViolatedOnCommit | 90 ms | Passed |
throwsCardinalityViolationWhenMaximumCardinalityIsViolatedOnCommit | 64 ms | Passed |
unregisterObjectRemovesItFromCloneBuilderCache | 71 ms | Passed |
unregisterObjectReplacesPluralLazyLoadingProxiesWithEmptyCollection | 0.1 sec | Passed |
unregisterObjectReplacesSingularLazyLoadingProxiesWithNull | 74 ms | Passed |
unregisterRegisteredExistingObjectRemovesItFromPersistenceContext | 81 ms | Passed |
unwrapReturnsItselfWhenClassMatches | 73 ms | Passed |