Skip to content

Test Result : OnCommitChangePropagatingUnitOfWorkTest

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

All Tests

Test nameDurationStatus
clearCleansUpPersistenceContext43 msPassed
clearResetsCloneBuilder53 msPassed
commitAddsNewObjectsToCache64 msPassed
commitAddsNewlyAddedReferenceToObjectToCache40 msPassed
commitDetachesPersistedInstance63 msPassed
commitEvictsInferredClassesFromCache62 msPassed
commitEvictsRemovedObjectsFromCache57 msPassed
commitInactiveUoWThrowsIllegalStateException61 msPassed
commitPersistsAllNewlyRegisteredObjects39 msPassed
commitPutsIntoCacheInstanceMergedAsDetachedDuringTransaction84 msPassed
commitRegistersChangesDoneByPreUpdateCallback65 msPassed
commitRemovesRemovedObjectsFromStorage47 msPassed
commitThrowsAttributeModificationForbiddenExceptionWhenChangeConcernsLexicalValueAttribute67 msPassed
commitToStorageCalculatesChangesToExistingObjectsAndPropagatesThemToStorage64 msPassed
commitToStorageDeletesRemovedObjectsFromStorage64 msPassed
containsReturnsTrueForRegisteredExistingObject73 msPassed
findOfObjectAlreadyManagedAsLazilyLoadedValueReturnSameObject69 msPassed
getContextsRetrievesContextsFromStorage56 msPassed
getInstanceForMergeTriggersLazyAttributeLoadingForAlreadyManagedObject65 msPassed
getManagedOriginalForDifferentContextReturnsNull56 msPassed
getManagedOriginalForUnknownIdentifierReturnsNull54 msPassed
getManagedOriginalReturnsManagedOriginalInstance57 msPassed
getManagedOriginalReturnsNullWhenObjectIsManagedButAmongDeletedObjects62 msPassed
getManagedOriginalThrowsEntityExistsExceptionWhenIndividualIsManagedAsDifferentType65 msPassed
getOriginalReturnsOriginalRegisteredByReadObject75 msPassed
getOriginalWithNullArgumentReturnsNull62 msPassed
icValidationPassesOnCommitWhenConstraintsAreViolatedAndThenFixedDuringTransaction74 msPassed
isConsistentCallsStorageConsistencyCheck55 msPassed
isInferredChecksForValueInferredStatusWithConnectionWrapper75 msPassed
isInferredLoadsAttributeWhenItIsLazyAndNotLoaded92 msPassed
isInferredThrowsIllegalArgumentExceptionWhenInstanceIsNotManaged62 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfNewlyRegisteredInstance55 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfRegisteredExistingObject80 msPassed
isLoadedByAttributeReturnsLoadedForNonNullValuedLazilyLoadedAttribute38 msPassed
isLoadedByAttributeReturnsNotLoadedForNotLoadedLazilyLoadedAttribute75 msPassed
isLoadedByAttributeReturnsUnknownForAttributeOfUnregisteredObject41 msPassed
isLoadedReturnsLoadedForNewlyRegisteredInstance64 msPassed
isLoadedReturnsLoadedForRegisteredExistingObject36 msPassed
isLoadedReturnsUnknownForUnregisteredObject54 msPassed
isObjectManagedReturnsTrueForRegisteredExistingObject68 msPassed
isObjectManagedThrowsNullPointerExceptionForNullArgument70 msPassed
isObjectNewReturnsFalseForNullArgument54 msPassed
isObjectNewReturnsFalseForRegisteredExistingObject54 msPassed
isObjectNewReturnsTrueForNewlyRegisteredObject55 msPassed
loadEntityFieldCausesLoadStateOfLazilyLoadedAttributeToBeSetToLoaded73 msPassed
loadEntityFieldOnUnmanagedObjectThrowsOwlPersistenceException42 msPassed
loadFieldLoadsLiteralValueAttribute58 msPassed
loadFieldLoadsManagedTypeAttribute68 msPassed
mergeDetachedRegistersChangesToSpecifiedObjectAndReturnsManagedClone68 msPassed
persistSkipsCardinalityConstraintValidationOfInferredAttributes80 msPassed
readAlreadyManagedObjectReturnsTheManagedOne61 msPassed
readNewlyRegisteredObjectReturnsIt34 msPassed
readObjectLoadsObjectFromStorage36 msPassed
readObjectWithNullClassThrowsNullPointerException55 msPassed
readObjectWithNullDescriptorThrowsNullPointerException34 msPassed
readObjectWithNullIdentifierArgumentThrowsNullPointerException62 msPassed
refreshAcquiresNewConnectionToGetAccessToNonTransactionalEntityState41 msPassed
refreshLoadsInstanceFromRepositoryAndOverwritesFieldChanges80 msPassed
refreshOverwritesChangesSentToRepository66 msPassed
refreshOverwritesObjectPropertyChanges44 msPassed
refreshSetsUpdatesCloneMappingForRefreshedInstance39 msPassed
refreshThrowsEntityNotFoundForNonExistentEntity56 msPassed
refreshThrowsIllegalArgumentForNonManagedInstance61 msPassed
refreshThrowsIllegalArgumentForRemovedInstance78 msPassed
registerExistingObjectInvokesPostCloneListeners63 msPassed
registerExistingObjectPassesPostCloneListenersToCloneBuilder65 msPassed
registerExistingObjectReturnsRegisteredClone62 msPassed
registerExistingObjectTwiceReturnsSameClone85 msPassed
registerNewObjectAddsArgumentToPersistenceContext0.11 secPassed
registerNewObjectGeneratesIdentifierWhenInstancesDoesNotHaveOne36 msPassed
registerNewObjectThrowsIdentifierNotSetExceptionWhenIdentifierIsNullAndNotGenerated36 msPassed
registerNewObjectThrowsNullPointerExceptionForNullArgument59 msPassed
registerNewObjectThrowsNullPointerExceptionForNullDescriptor53 msPassed
releaseUnitOfWorkClosesStorageAndMakesUoWInactive40 msPassed
removeNotRegisteredObjectThrowsIllegalArgumentException60 msPassed
removeObjectFromCacheEvictsObjectFromCacheManager61 msPassed
removeObjectRegistersObjectForDeletion55 msPassed
removeObjectRemovesNewlyRegisteredObjectFromPersistenceContext66 msPassed
restoreDeletedRegistersObjectAgain62 msPassed
restoreDeletedReinsertsObjectIntoRepository64 msPassed
rollbackDetachesAllManagedEntities0.1 secPassed
rollbackInactiveUoWThrowsIllegalStateException53 msPassed
rollbackRollsBackStorageChangesAndRemovesObjectsFromPersistenceContext36 msPassed
testCalculateModificationsDataProperty66 msPassed
testGetState37 msPassed
testGetStateWithDescriptor76 msPassed
throwsCardinalityViolationExceptionWhenMinimumCardinalityIsViolatedOnCommit73 msPassed
throwsCardinalityViolationWhenMaximumCardinalityIsViolatedOnCommit78 msPassed
unregisterObjectRemovesItFromCloneBuilderCache70 msPassed
unregisterObjectReplacesPluralLazyLoadingProxiesWithEmptyCollection58 msPassed
unregisterObjectReplacesSingularLazyLoadingProxiesWithNull75 msPassed
unregisterRegisteredExistingObjectRemovesItFromPersistenceContext61 msPassed
unwrapReturnsItselfWhenClassMatches62 msPassed