Skip to content

Test Result : ChangeTrackingUnitOfWorkTest

0 failures (±0)
101 tests (±0)
Took 9.2 sec.

All Tests

Test nameDurationStatus
attributeChangedMergesChangeToStorage65 msPassed
attributeChangedOnUnmanagedObjectThrowsOwlPersistenceException76 msPassed
attributeChangedOutsideTransactionThrowsIllegalStateException63 msPassed
attributeChangedSetsAttributeLoadStatusToLoaded75 msPassed
attributeChangedThrowsInferredAttributeModifiedExceptionOnChangeToInferredAttributeValue72 msPassed
changesToRemovedObjectAreIgnoredOnCommit65 msPassed
clearCleansUpPersistenceContext0.1 secPassed
clearResetsCloneBuilder0.1 secPassed
commitAddsNewObjectsToCache67 msPassed
commitAddsNewlyAddedReferenceToObjectToCache0.1 secPassed
commitDetachesPersistedInstance76 msPassed
commitEvictsInferredClassesFromCache0.19 secPassed
commitEvictsRemovedObjectsFromCache78 msPassed
commitInactiveUoWThrowsIllegalStateException64 msPassed
commitPersistsAllNewlyRegisteredObjects0.1 secPassed
commitPutsIntoCacheInstanceMergedAsDetachedDuringTransaction0.11 secPassed
commitRemovesRemovedObjectsFromStorage0.19 secPassed
commitReplacesIndirectCollectionsWithRegularOnesInDetachedInstances70 msPassed
containsReturnsTrueForRegisteredExistingObject0.1 secPassed
detachReplacesInheritedIndirectCollectionWithRegularOne63 msPassed
findOfObjectAlreadyManagedAsLazilyLoadedValueReturnSameObject70 msPassed
getContextsRetrievesContextsFromStorage0.1 secPassed
getInstanceForMergeTriggersLazyAttributeLoadingForAlreadyManagedObject85 msPassed
getManagedOriginalForDifferentContextReturnsNull77 msPassed
getManagedOriginalForUnknownIdentifierReturnsNull73 msPassed
getManagedOriginalReturnsManagedOriginalInstance0.1 secPassed
getManagedOriginalReturnsNullWhenObjectIsManagedButAmongDeletedObjects77 msPassed
getManagedOriginalThrowsEntityExistsExceptionWhenIndividualIsManagedAsDifferentType77 msPassed
getOriginalReturnsOriginalRegisteredByReadObject66 msPassed
getOriginalWithNullArgumentReturnsNull0.11 secPassed
icValidationPassesOnCommitWhenConstraintsAreViolatedAndThenFixedDuringTransaction74 msPassed
isConsistentCallsStorageConsistencyCheck62 msPassed
isInferredChecksForValueInferredStatusWithConnectionWrapper0.1 secPassed
isInferredLoadsAttributeWhenItIsLazyAndNotLoaded0.12 secPassed
isInferredThrowsIllegalArgumentExceptionWhenInstanceIsNotManaged74 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfNewlyRegisteredInstance70 msPassed
isLoadedByAttributeReturnsLoadedForAttributesOfRegisteredExistingObject0.1 secPassed
isLoadedByAttributeReturnsLoadedForNonNullValuedLazilyLoadedAttribute0.12 secPassed
isLoadedByAttributeReturnsNotLoadedForNotLoadedLazilyLoadedAttribute0.1 secPassed
isLoadedByAttributeReturnsUnknownForAttributeOfUnregisteredObject0.1 secPassed
isLoadedReturnsLoadedForNewlyRegisteredInstance75 msPassed
isLoadedReturnsLoadedForRegisteredExistingObject0.1 secPassed
isLoadedReturnsUnknownForUnregisteredObject62 msPassed
isObjectManagedReturnsTrueForRegisteredExistingObject68 msPassed
isObjectManagedThrowsNullPointerExceptionForNullArgument72 msPassed
isObjectNewReturnsFalseForNullArgument74 msPassed
isObjectNewReturnsFalseForRegisteredExistingObject0.11 secPassed
isObjectNewReturnsTrueForNewlyRegisteredObject75 msPassed
loadEntityFieldCausesLoadStateOfLazilyLoadedAttributeToBeSetToLoaded89 msPassed
loadEntityFieldDoesNotInvokeLoadFromRepositoryForNullAttributeWhenItsStateIsLoaded70 msPassed
loadEntityFieldOnUnmanagedObjectThrowsOwlPersistenceException0.1 secPassed
loadFieldLoadsLiteralValueAttribute78 msPassed
loadFieldLoadsManagedTypeAttribute73 msPassed
persistSkipsCardinalityConstraintValidationOfInferredAttributes95 msPassed
readAlreadyManagedObjectReturnsTheManagedOne84 msPassed
readNewlyRegisteredObjectReturnsIt0.1 secPassed
readObjectLoadsObjectFromStorage0.1 secPassed
readObjectWithNullClassThrowsNullPointerException63 msPassed
readObjectWithNullDescriptorThrowsNullPointerException0.1 secPassed
readObjectWithNullIdentifierArgumentThrowsNullPointerException73 msPassed
refreshAcquiresNewConnectionToGetAccessToNonTransactionalEntityState0.1 secPassed
refreshCancelsObjectChangesInUnitOfWorkChangeSet79 msPassed
refreshLoadsInstanceFromRepositoryAndOverwritesFieldChanges0.1 secPassed
refreshOverwritesChangesSentToRepository84 msPassed
refreshOverwritesObjectPropertyChanges0.11 secPassed
refreshSetsUpdatesCloneMappingForRefreshedInstance0.12 secPassed
refreshThrowsEntityNotFoundForNonExistentEntity66 msPassed
refreshThrowsIllegalArgumentForNonManagedInstance63 msPassed
refreshThrowsIllegalArgumentForRemovedInstance0.1 secPassed
registerExistingObjectInvokesPostCloneListeners69 msPassed
registerExistingObjectPassesPostCloneListenersToCloneBuilder0.18 secPassed
registerExistingObjectReturnsRegisteredClone0.1 secPassed
registerExistingObjectTwiceReturnsSameClone0.1 secPassed
registerNewObjectAddsArgumentToPersistenceContext0.1 secPassed
registerNewObjectGeneratesIdentifierWhenInstancesDoesNotHaveOne0.1 secPassed
registerNewObjectThrowsIdentifierNotSetExceptionWhenIdentifierIsNullAndNotGenerated0.1 secPassed
registerNewObjectThrowsNullPointerExceptionForNullArgument0.1 secPassed
registerNewObjectThrowsNullPointerExceptionForNullDescriptor0.1 secPassed
registerReplacesAlsoInheritedCollectionInstancesWithIndirectVersions64 msPassed
releaseRemovesIndirectCollectionsFromManagedEntities73 msPassed
releaseUnitOfWorkClosesStorageAndMakesUoWInactive0.1 secPassed
removeNotRegisteredObjectThrowsIllegalArgumentException72 msPassed
removeObjectFromCacheEvictsObjectFromCacheManager0.1 secPassed
removeObjectPutsExistingObjectIntoDeletedCacheAndRemovesItFromRepository63 msPassed
removeObjectRemovesNewlyRegisteredObjectFromPersistenceContext64 msPassed
restoreDeletedRegistersObjectAgain81 msPassed
restoreDeletedReinsertsObjectIntoRepository0.11 secPassed
rollbackDetachesAllManagedEntities0.1 secPassed
rollbackInactiveUoWThrowsIllegalStateException0.1 secPassed
rollbackRollsBackStorageChangesAndRemovesObjectsFromPersistenceContext0.1 secPassed
testCalculateModificationsDataProperty75 msPassed
testGetState0.1 secPassed
testGetStateWithDescriptor0.1 secPassed
throwsCardinalityViolationExceptionWhenMinimumCardinalityIsViolatedOnCommit92 msPassed
throwsCardinalityViolationWhenMaximumCardinalityIsViolatedOnCommit0.1 secPassed
unregisterObjectRemovesIndirectMultilingualStringOfManagedObjectBeingDetached67 msPassed
unregisterObjectRemovesItFromCloneBuilderCache0.11 secPassed
unregisterObjectReplacesPluralLazyLoadingProxiesWithEmptyCollection0.1 secPassed
unregisterObjectReplacesSingularLazyLoadingProxiesWithNull84 msPassed
unregisterRegisteredExistingObjectRemovesItFromPersistenceContext0.1 secPassed
unwrapReturnsItselfWhenClassMatches74 msPassed