Skip to content

Test Result : OnCommitChangePropagatingUnitOfWorkTest

0 failures (±0)
93 tests (±0)
Took 5.3 sec.

All Tests

Test nameDurationStatus
clearCleansUpPersistenceContext62 msPassed
clearResetsCloneBuilder59 msPassed
commitAddsNewObjectsToCache61 msPassed
commitAddsNewlyAddedReferenceToObjectToCache0.14 secPassed
commitDetachesPersistedInstance0.12 secPassed
commitEvictsInferredClassesFromCache52 msPassed
commitEvictsRemovedObjectsFromCache51 msPassed
commitInactiveUoWThrowsIllegalStateException59 msPassed
commitPersistsAllNewlyRegisteredObjects62 msPassed
commitPutsIntoCacheInstanceMergedAsDetachedDuringTransaction64 msPassed
commitRegistersChangesDoneByPreUpdateCallback52 msPassed
commitRemovesRemovedObjectsFromStorage65 msPassed
commitThrowsAttributeModificationForbiddenExceptionWhenChangeConcernsLexicalValueAttribute53 msPassed
commitToStorageCalculatesChangesToExistingObjectsAndPropagatesThemToStorage51 msPassed
commitToStorageDeletesRemovedObjectsFromStorage50 msPassed
containsReturnsTrueForRegisteredExistingObject60 msPassed
findOfObjectAlreadyManagedAsLazilyLoadedValueReturnSameObject50 msPassed
getContextsRetrievesContextsFromStorage59 msPassed
getInstanceForMergeTriggersLazyAttributeLoadingForAlreadyManagedObject51 msPassed
getManagedOriginalForDifferentContextReturnsNull49 msPassed
getManagedOriginalForUnknownIdentifierReturnsNull48 msPassed
getManagedOriginalReturnsManagedOriginalInstance61 msPassed
getManagedOriginalReturnsNullWhenObjectIsManagedButAmongDeletedObjects50 msPassed
getManagedOriginalThrowsEntityExistsExceptionWhenIndividualIsManagedAsDifferentType49 msPassed
getOriginalReturnsOriginalRegisteredByReadObject50 msPassed
getOriginalWithNullArgumentReturnsNull50 msPassed
icValidationPassesOnCommitWhenConstraintsAreViolatedAndThenFixedDuringTransaction56 msPassed
isConsistentCallsStorageConsistencyCheck48 msPassed
isInferredChecksForValueInferredStatusWithConnectionWrapper62 msPassed
isInferredLoadsAttributeWhenItIsLazyAndNotLoaded68 msPassed
isInferredThrowsIllegalArgumentExceptionWhenInstanceIsNotManaged48 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfNewlyRegisteredInstance50 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfRegisteredExistingObject60 msPassed
isLoadedByAttributeReturnsLoadedForNonNullValuedLazilyLoadedAttribute61 msPassed
isLoadedByAttributeReturnsNotLoadedForNotLoadedLazilyLoadedAttribute57 msPassed
isLoadedByAttributeReturnsUnknownForAttributeOfUnregisteredObject58 msPassed
isLoadedReturnsLoadedForNewlyRegisteredInstance48 msPassed
isLoadedReturnsLoadedForRegisteredExistingObject60 msPassed
isLoadedReturnsUnknownForUnregisteredObject58 msPassed
isObjectManagedReturnsTrueForRegisteredExistingObject49 msPassed
isObjectManagedThrowsNullPointerExceptionForNullArgument48 msPassed
isObjectNewReturnsFalseForNullArgument48 msPassed
isObjectNewReturnsFalseForRegisteredExistingObject59 msPassed
isObjectNewReturnsTrueForNewlyRegisteredObject49 msPassed
loadEntityFieldCausesLoadStateOfLazilyLoadedAttributeToBeSetToLoaded58 msPassed
loadEntityFieldOnUnmanagedObjectThrowsOwlPersistenceException61 msPassed
loadFieldLoadsLiteralValueAttribute50 msPassed
loadFieldLoadsManagedTypeAttribute69 msPassed
mergeDetachedRegistersChangesToSpecifiedObjectAndReturnsManagedClone52 msPassed
persistSkipsCardinalityConstraintValidationOfInferredAttributes64 msPassed
readAlreadyManagedObjectReturnsTheManagedOne49 msPassed
readNewlyRegisteredObjectReturnsIt57 msPassed
readObjectLoadsObjectFromStorage59 msPassed
readObjectWithNullClassThrowsNullPointerException57 msPassed
readObjectWithNullDescriptorThrowsNullPointerException58 msPassed
readObjectWithNullIdentifierArgumentThrowsNullPointerException48 msPassed
refreshAcquiresNewConnectionToGetAccessToNonTransactionalEntityState62 msPassed
refreshLoadsInstanceFromRepositoryAndOverwritesFieldChanges66 msPassed
refreshOverwritesChangesSentToRepository53 msPassed
refreshOverwritesObjectPropertyChanges63 msPassed
refreshSetsUpdatesCloneMappingForRefreshedInstance62 msPassed
refreshThrowsEntityNotFoundForNonExistentEntity59 msPassed
refreshThrowsIllegalArgumentForNonManagedInstance58 msPassed
refreshThrowsIllegalArgumentForRemovedInstance60 msPassed
registerExistingObjectInvokesPostCloneListeners48 msPassed
registerExistingObjectPassesPostCloneListenersToCloneBuilder60 msPassed
registerExistingObjectReturnsRegisteredClone51 msPassed
registerExistingObjectTwiceReturnsSameClone59 msPassed
registerNewObjectAddsArgumentToPersistenceContext58 msPassed
registerNewObjectGeneratesIdentifierWhenInstancesDoesNotHaveOne61 msPassed
registerNewObjectThrowsIdentifierNotSetExceptionWhenIdentifierIsNullAndNotGenerated61 msPassed
registerNewObjectThrowsNullPointerExceptionForNullArgument57 msPassed
registerNewObjectThrowsNullPointerExceptionForNullDescriptor57 msPassed
releaseUnitOfWorkClosesStorageAndMakesUoWInactive59 msPassed
removeNotRegisteredObjectThrowsIllegalArgumentException47 msPassed
removeObjectFromCacheEvictsObjectFromCacheManager57 msPassed
removeObjectRegistersObjectForDeletion48 msPassed
removeObjectRemovesNewlyRegisteredObjectFromPersistenceContext49 msPassed
restoreDeletedRegistersObjectAgain49 msPassed
restoreDeletedReinsertsObjectIntoRepository50 msPassed
rollbackDetachesAllManagedEntities60 msPassed
rollbackInactiveUoWThrowsIllegalStateException57 msPassed
rollbackRollsBackStorageChangesAndRemovesObjectsFromPersistenceContext60 msPassed
testCalculateModificationsDataProperty51 msPassed
testGetState61 msPassed
testGetStateWithDescriptor59 msPassed
throwsCardinalityViolationExceptionWhenMinimumCardinalityIsViolatedOnCommit56 msPassed
throwsCardinalityViolationWhenMaximumCardinalityIsViolatedOnCommit58 msPassed
unregisterObjectRemovesItFromCloneBuilderCache63 msPassed
unregisterObjectReplacesPluralLazyLoadingProxiesWithEmptyCollection57 msPassed
unregisterObjectReplacesSingularLazyLoadingProxiesWithNull56 msPassed
unregisterRegisteredExistingObjectRemovesItFromPersistenceContext60 msPassed
unwrapReturnsItselfWhenClassMatches48 msPassed