Skip to content

Test Result : OnCommitChangePropagatingUnitOfWorkTest

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

All Tests

Test nameDurationStatus
clearCleansUpPersistenceContext51 msPassed
clearResetsCloneBuilder56 msPassed
commitAddsNewObjectsToCache52 msPassed
commitAddsNewlyAddedReferenceToObjectToCache54 msPassed
commitDetachesPersistedInstance49 msPassed
commitEvictsInferredClassesFromCache50 msPassed
commitEvictsRemovedObjectsFromCache51 msPassed
commitInactiveUoWThrowsIllegalStateException48 msPassed
commitPersistsAllNewlyRegisteredObjects51 msPassed
commitPutsIntoCacheInstanceMergedAsDetachedDuringTransaction51 msPassed
commitRegistersChangesDoneByPreUpdateCallback59 msPassed
commitRemovesRemovedObjectsFromStorage58 msPassed
commitThrowsAttributeModificationForbiddenExceptionWhenChangeConcernsLexicalValueAttribute67 msPassed
commitToStorageCalculatesChangesToExistingObjectsAndPropagatesThemToStorage51 msPassed
commitToStorageDeletesRemovedObjectsFromStorage51 msPassed
containsReturnsTrueForRegisteredExistingObject59 msPassed
findOfObjectAlreadyManagedAsLazilyLoadedValueReturnSameObject96 msPassed
getContextsRetrievesContextsFromStorage48 msPassed
getInstanceForMergeTriggersLazyAttributeLoadingForAlreadyManagedObject72 msPassed
getManagedOriginalForDifferentContextReturnsNull49 msPassed
getManagedOriginalForUnknownIdentifierReturnsNull49 msPassed
getManagedOriginalReturnsManagedOriginalInstance50 msPassed
getManagedOriginalReturnsNullWhenObjectIsManagedButAmongDeletedObjects53 msPassed
getManagedOriginalThrowsEntityExistsExceptionWhenIndividualIsManagedAsDifferentType49 msPassed
getOriginalReturnsOriginalRegisteredByReadObject73 msPassed
getOriginalWithNullArgumentReturnsNull88 msPassed
icValidationPassesOnCommitWhenConstraintsAreViolatedAndThenFixedDuringTransaction57 msPassed
isConsistentCallsStorageConsistencyCheck51 msPassed
isInferredChecksForValueInferredStatusWithConnectionWrapper50 msPassed
isInferredLoadsAttributeWhenItIsLazyAndNotLoaded68 msPassed
isInferredThrowsIllegalArgumentExceptionWhenInstanceIsNotManaged49 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfNewlyRegisteredInstance50 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfRegisteredExistingObject49 msPassed
isLoadedByAttributeReturnsLoadedForNonNullValuedLazilyLoadedAttribute50 msPassed
isLoadedByAttributeReturnsNotLoadedForNotLoadedLazilyLoadedAttribute62 msPassed
isLoadedByAttributeReturnsUnknownForAttributeOfUnregisteredObject47 msPassed
isLoadedReturnsLoadedForNewlyRegisteredInstance49 msPassed
isLoadedReturnsLoadedForRegisteredExistingObject50 msPassed
isLoadedReturnsUnknownForUnregisteredObject49 msPassed
isObjectManagedReturnsTrueForRegisteredExistingObject0.11 secPassed
isObjectManagedThrowsNullPointerExceptionForNullArgument50 msPassed
isObjectNewReturnsFalseForNullArgument0.15 secPassed
isObjectNewReturnsFalseForRegisteredExistingObject50 msPassed
isObjectNewReturnsTrueForNewlyRegisteredObject50 msPassed
loadEntityFieldCausesLoadStateOfLazilyLoadedAttributeToBeSetToLoaded58 msPassed
loadEntityFieldOnUnmanagedObjectThrowsOwlPersistenceException51 msPassed
loadFieldLoadsLiteralValueAttribute50 msPassed
loadFieldLoadsManagedTypeAttribute57 msPassed
mergeDetachedRegistersChangesToSpecifiedObjectAndReturnsManagedClone55 msPassed
persistSkipsCardinalityConstraintValidationOfInferredAttributes50 msPassed
readAlreadyManagedObjectReturnsTheManagedOne51 msPassed
readNewlyRegisteredObjectReturnsIt48 msPassed
readObjectLoadsObjectFromStorage49 msPassed
readObjectWithNullClassThrowsNullPointerException48 msPassed
readObjectWithNullDescriptorThrowsNullPointerException49 msPassed
readObjectWithNullIdentifierArgumentThrowsNullPointerException47 msPassed
refreshAcquiresNewConnectionToGetAccessToNonTransactionalEntityState50 msPassed
refreshLoadsInstanceFromRepositoryAndOverwritesFieldChanges51 msPassed
refreshOverwritesChangesSentToRepository52 msPassed
refreshOverwritesObjectPropertyChanges52 msPassed
refreshSetsUpdatesCloneMappingForRefreshedInstance51 msPassed
refreshThrowsEntityNotFoundForNonExistentEntity51 msPassed
refreshThrowsIllegalArgumentForNonManagedInstance49 msPassed
refreshThrowsIllegalArgumentForRemovedInstance62 msPassed
registerExistingObjectInvokesPostCloneListeners51 msPassed
registerExistingObjectPassesPostCloneListenersToCloneBuilder51 msPassed
registerExistingObjectReturnsRegisteredClone49 msPassed
registerExistingObjectTwiceReturnsSameClone54 msPassed
registerNewObjectAddsArgumentToPersistenceContext49 msPassed
registerNewObjectGeneratesIdentifierWhenInstancesDoesNotHaveOne49 msPassed
registerNewObjectThrowsIdentifierNotSetExceptionWhenIdentifierIsNullAndNotGenerated48 msPassed
registerNewObjectThrowsNullPointerExceptionForNullArgument48 msPassed
registerNewObjectThrowsNullPointerExceptionForNullDescriptor54 msPassed
releaseUnitOfWorkClosesStorageAndMakesUoWInactive52 msPassed
removeNotRegisteredObjectThrowsIllegalArgumentException48 msPassed
removeObjectFromCacheEvictsObjectFromCacheManager48 msPassed
removeObjectRegistersObjectForDeletion50 msPassed
removeObjectRemovesNewlyRegisteredObjectFromPersistenceContext96 msPassed
restoreDeletedRegistersObjectAgain49 msPassed
restoreDeletedReinsertsObjectIntoRepository50 msPassed
rollbackDetachesAllManagedEntities50 msPassed
rollbackInactiveUoWThrowsIllegalStateException52 msPassed
rollbackRollsBackStorageChangesAndRemovesObjectsFromPersistenceContext49 msPassed
testCalculateModificationsDataProperty50 msPassed
testGetState51 msPassed
testGetStateWithDescriptor56 msPassed
throwsCardinalityViolationExceptionWhenMinimumCardinalityIsViolatedOnCommit56 msPassed
throwsCardinalityViolationWhenMaximumCardinalityIsViolatedOnCommit65 msPassed
unregisterObjectRemovesItFromCloneBuilderCache49 msPassed
unregisterObjectReplacesPluralLazyLoadingProxiesWithEmptyCollection52 msPassed
unregisterObjectReplacesSingularLazyLoadingProxiesWithNull57 msPassed
unregisterRegisteredExistingObjectRemovesItFromPersistenceContext51 msPassed
unwrapReturnsItselfWhenClassMatches50 msPassed