Skip to content

Test Result : OnCommitChangePropagatingUnitOfWorkTest

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

All Tests

Test nameDurationStatus
clearCleansUpPersistenceContext58 msPassed
clearResetsCloneBuilder50 msPassed
commitAddsNewObjectsToCache76 msPassed
commitAddsNewlyAddedReferenceToObjectToCache54 msPassed
commitDetachesPersistedInstance61 msPassed
commitEvictsInferredClassesFromCache63 msPassed
commitEvictsRemovedObjectsFromCache78 msPassed
commitInactiveUoWThrowsIllegalStateException50 msPassed
commitPersistsAllNewlyRegisteredObjects60 msPassed
commitPutsIntoCacheInstanceMergedAsDetachedDuringTransaction51 msPassed
commitRegistersChangesDoneByPreUpdateCallback51 msPassed
commitRemovesRemovedObjectsFromStorage54 msPassed
commitThrowsAttributeModificationForbiddenExceptionWhenChangeConcernsLexicalValueAttribute53 msPassed
commitToStorageCalculatesChangesToExistingObjectsAndPropagatesThemToStorage52 msPassed
commitToStorageDeletesRemovedObjectsFromStorage51 msPassed
containsReturnsTrueForRegisteredExistingObject50 msPassed
findOfObjectAlreadyManagedAsLazilyLoadedValueReturnSameObject61 msPassed
getContextsRetrievesContextsFromStorage50 msPassed
getInstanceForMergeTriggersLazyAttributeLoadingForAlreadyManagedObject53 msPassed
getManagedOriginalForDifferentContextReturnsNull75 msPassed
getManagedOriginalForUnknownIdentifierReturnsNull61 msPassed
getManagedOriginalReturnsManagedOriginalInstance51 msPassed
getManagedOriginalReturnsNullWhenObjectIsManagedButAmongDeletedObjects61 msPassed
getManagedOriginalThrowsEntityExistsExceptionWhenIndividualIsManagedAsDifferentType68 msPassed
getOriginalReturnsOriginalRegisteredByReadObject58 msPassed
getOriginalWithNullArgumentReturnsNull49 msPassed
icValidationPassesOnCommitWhenConstraintsAreViolatedAndThenFixedDuringTransaction0.11 secPassed
isConsistentCallsStorageConsistencyCheck61 msPassed
isInferredChecksForValueInferredStatusWithConnectionWrapper51 msPassed
isInferredLoadsAttributeWhenItIsLazyAndNotLoaded58 msPassed
isInferredThrowsIllegalArgumentExceptionWhenInstanceIsNotManaged59 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfNewlyRegisteredInstance59 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfRegisteredExistingObject49 msPassed
isLoadedByAttributeReturnsLoadedForNonNullValuedLazilyLoadedAttribute66 msPassed
isLoadedByAttributeReturnsNotLoadedForNotLoadedLazilyLoadedAttribute68 msPassed
isLoadedByAttributeReturnsUnknownForAttributeOfUnregisteredObject60 msPassed
isLoadedReturnsLoadedForNewlyRegisteredInstance60 msPassed
isLoadedReturnsLoadedForRegisteredExistingObject51 msPassed
isLoadedReturnsUnknownForUnregisteredObject49 msPassed
isObjectManagedReturnsTrueForRegisteredExistingObject58 msPassed
isObjectManagedThrowsNullPointerExceptionForNullArgument57 msPassed
isObjectNewReturnsFalseForNullArgument74 msPassed
isObjectNewReturnsFalseForRegisteredExistingObject60 msPassed
isObjectNewReturnsTrueForNewlyRegisteredObject62 msPassed
loadEntityFieldCausesLoadStateOfLazilyLoadedAttributeToBeSetToLoaded73 msPassed
loadEntityFieldOnUnmanagedObjectThrowsOwlPersistenceException48 msPassed
loadFieldLoadsLiteralValueAttribute75 msPassed
loadFieldLoadsManagedTypeAttribute58 msPassed
mergeDetachedRegistersChangesToSpecifiedObjectAndReturnsManagedClone55 msPassed
persistSkipsCardinalityConstraintValidationOfInferredAttributes53 msPassed
readAlreadyManagedObjectReturnsTheManagedOne58 msPassed
readNewlyRegisteredObjectReturnsIt49 msPassed
readObjectLoadsObjectFromStorage59 msPassed
readObjectWithNullClassThrowsNullPointerException49 msPassed
readObjectWithNullDescriptorThrowsNullPointerException49 msPassed
readObjectWithNullIdentifierArgumentThrowsNullPointerException60 msPassed
refreshAcquiresNewConnectionToGetAccessToNonTransactionalEntityState61 msPassed
refreshLoadsInstanceFromRepositoryAndOverwritesFieldChanges51 msPassed
refreshOverwritesChangesSentToRepository61 msPassed
refreshOverwritesObjectPropertyChanges53 msPassed
refreshSetsUpdatesCloneMappingForRefreshedInstance66 msPassed
refreshThrowsEntityNotFoundForNonExistentEntity0.15 secPassed
refreshThrowsIllegalArgumentForNonManagedInstance62 msPassed
refreshThrowsIllegalArgumentForRemovedInstance50 msPassed
registerExistingObjectInvokesPostCloneListeners59 msPassed
registerExistingObjectPassesPostCloneListenersToCloneBuilder52 msPassed
registerExistingObjectReturnsRegisteredClone57 msPassed
registerExistingObjectTwiceReturnsSameClone48 msPassed
registerNewObjectAddsArgumentToPersistenceContext48 msPassed
registerNewObjectGeneratesIdentifierWhenInstancesDoesNotHaveOne50 msPassed
registerNewObjectThrowsIdentifierNotSetExceptionWhenIdentifierIsNullAndNotGenerated63 msPassed
registerNewObjectThrowsNullPointerExceptionForNullArgument48 msPassed
registerNewObjectThrowsNullPointerExceptionForNullDescriptor49 msPassed
releaseUnitOfWorkClosesStorageAndMakesUoWInactive48 msPassed
removeNotRegisteredObjectThrowsIllegalArgumentException60 msPassed
removeObjectFromCacheEvictsObjectFromCacheManager49 msPassed
removeObjectRegistersObjectForDeletion50 msPassed
removeObjectRemovesNewlyRegisteredObjectFromPersistenceContext52 msPassed
restoreDeletedRegistersObjectAgain55 msPassed
restoreDeletedReinsertsObjectIntoRepository62 msPassed
rollbackDetachesAllManagedEntities53 msPassed
rollbackInactiveUoWThrowsIllegalStateException52 msPassed
rollbackRollsBackStorageChangesAndRemovesObjectsFromPersistenceContext58 msPassed
testCalculateModificationsDataProperty82 msPassed
testGetState52 msPassed
testGetStateWithDescriptor49 msPassed
throwsCardinalityViolationExceptionWhenMinimumCardinalityIsViolatedOnCommit66 msPassed
throwsCardinalityViolationWhenMaximumCardinalityIsViolatedOnCommit49 msPassed
unregisterObjectRemovesItFromCloneBuilderCache54 msPassed
unregisterObjectReplacesPluralLazyLoadingProxiesWithEmptyCollection74 msPassed
unregisterObjectReplacesSingularLazyLoadingProxiesWithNull70 msPassed
unregisterRegisteredExistingObjectRemovesItFromPersistenceContext51 msPassed
unwrapReturnsItselfWhenClassMatches59 msPassed