attributeChangedMergesChangeToStorage | 94 ms | Passed |
attributeChangedOnUnmanagedObjectThrowsOwlPersistenceException | 93 ms | Passed |
attributeChangedOutsideTransactionThrowsIllegalStateException | 94 ms | Passed |
attributeChangedSetsAttributeLoadStatusToLoaded | 0.1 sec | Passed |
attributeChangedThrowsInferredAttributeModifiedExceptionOnChangeToInferredAttributeValue | 0.11 sec | Passed |
changesToRemovedObjectAreIgnoredOnCommit | 95 ms | Passed |
clearCleansUpPersistenceContext | 0.17 sec | Passed |
clearResetsCloneBuilder | 0.16 sec | Passed |
commitAddsNewObjectsToCache | 98 ms | Passed |
commitAddsNewlyAddedReferenceToObjectToCache | 98 ms | Passed |
commitDetachesPersistedInstance | 94 ms | Passed |
commitEvictsInferredClassesFromCache | 96 ms | Passed |
commitEvictsRemovedObjectsFromCache | 95 ms | Passed |
commitInactiveUoWThrowsIllegalStateException | 93 ms | Passed |
commitPersistsAllNewlyRegisteredObjects | 96 ms | Passed |
commitPutsIntoCacheInstanceMergedAsDetachedDuringTransaction | 96 ms | Passed |
commitRemovesRemovedObjectsFromStorage | 0.2 sec | Passed |
commitReplacesIndirectCollectionsWithRegularOnesInDetachedInstances | 96 ms | Passed |
containsReturnsTrueForRegisteredExistingObject | 0.1 sec | Passed |
detachReplacesInheritedIndirectCollectionWithRegularOne | 99 ms | Passed |
findOfObjectAlreadyManagedAsLazilyLoadedValueReturnSameObject | 95 ms | Passed |
getContextsRetrievesContextsFromStorage | 0.15 sec | Passed |
getInstanceForMergeTriggersLazyAttributeLoadingForAlreadyManagedObject | 0.1 sec | Passed |
getManagedOriginalForDifferentContextReturnsNull | 95 ms | Passed |
getManagedOriginalForUnknownIdentifierReturnsNull | 93 ms | Passed |
getManagedOriginalReturnsManagedOriginalInstance | 0.16 sec | Passed |
getManagedOriginalReturnsNullWhenObjectIsManagedButAmongDeletedObjects | 95 ms | Passed |
getManagedOriginalThrowsEntityExistsExceptionWhenIndividualIsManagedAsDifferentType | 94 ms | Passed |
getOriginalReturnsOriginalRegisteredByReadObject | 95 ms | Passed |
getOriginalWithNullArgumentReturnsNull | 92 ms | Passed |
icValidationPassesOnCommitWhenConstraintsAreViolatedAndThenFixedDuringTransaction | 0.1 sec | Passed |
isConsistentCallsStorageConsistencyCheck | 96 ms | Passed |
isInferredChecksForValueInferredStatusWithConnectionWrapper | 0.16 sec | Passed |
isInferredLoadsAttributeWhenItIsLazyAndNotLoaded | 0.17 sec | Passed |
isInferredThrowsIllegalArgumentExceptionWhenInstanceIsNotManaged | 94 ms | Passed |
isLoadedByAttributeReturnsLoadedForAttributesOfNewlyRegisteredInstance | 93 ms | Passed |
isLoadedByAttributeReturnsLoadedForAttributesOfRegisteredExistingObject | 0.14 sec | Passed |
isLoadedByAttributeReturnsLoadedForNonNullValuedLazilyLoadedAttribute | 0.19 sec | Passed |
isLoadedByAttributeReturnsNotLoadedForNotLoadedLazilyLoadedAttribute | 0.1 sec | Passed |
isLoadedByAttributeReturnsUnknownForAttributeOfUnregisteredObject | 0.2 sec | Passed |
isLoadedReturnsLoadedForNewlyRegisteredInstance | 95 ms | Passed |
isLoadedReturnsLoadedForRegisteredExistingObject | 0.19 sec | Passed |
isLoadedReturnsUnknownForUnregisteredObject | 95 ms | Passed |
isObjectManagedReturnsTrueForRegisteredExistingObject | 96 ms | Passed |
isObjectManagedThrowsNullPointerExceptionForNullArgument | 93 ms | Passed |
isObjectNewReturnsFalseForNullArgument | 92 ms | Passed |
isObjectNewReturnsFalseForRegisteredExistingObject | 0.1 sec | Passed |
isObjectNewReturnsTrueForNewlyRegisteredObject | 92 ms | Passed |
loadEntityFieldCausesLoadStateOfLazilyLoadedAttributeToBeSetToLoaded | 0.1 sec | Passed |
loadEntityFieldDoesNotInvokeLoadFromRepositoryForNullAttributeWhenItsStateIsLoaded | 0.1 sec | Passed |
loadEntityFieldOnUnmanagedObjectThrowsOwlPersistenceException | 0.19 sec | Passed |
loadFieldLoadsLiteralValueAttribute | 95 ms | Passed |
loadFieldLoadsManagedTypeAttribute | 0.1 sec | Passed |
persistSkipsCardinalityConstraintValidationOfInferredAttributes | 95 ms | Passed |
readAlreadyManagedObjectReturnsTheManagedOne | 94 ms | Passed |
readNewlyRegisteredObjectReturnsIt | 93 ms | Passed |
readObjectLoadsObjectFromStorage | 0.19 sec | Passed |
readObjectWithNullClassThrowsNullPointerException | 95 ms | Passed |
readObjectWithNullDescriptorThrowsNullPointerException | 0.15 sec | Passed |
readObjectWithNullIdentifierArgumentThrowsNullPointerException | 93 ms | Passed |
refreshAcquiresNewConnectionToGetAccessToNonTransactionalEntityState | 98 ms | Passed |
refreshCancelsObjectChangesInUnitOfWorkChangeSet | 96 ms | Passed |
refreshLoadsInstanceFromRepositoryAndOverwritesFieldChanges | 96 ms | Passed |
refreshOverwritesChangesSentToRepository | 96 ms | Passed |
refreshOverwritesObjectPropertyChanges | 0.11 sec | Passed |
refreshSetsUpdatesCloneMappingForRefreshedInstance | 99 ms | Passed |
refreshThrowsEntityNotFoundForNonExistentEntity | 95 ms | Passed |
refreshThrowsIllegalArgumentForNonManagedInstance | 93 ms | Passed |
refreshThrowsIllegalArgumentForRemovedInstance | 94 ms | Passed |
registerExistingObjectInvokesPostCloneListeners | 0.18 sec | Passed |
registerExistingObjectPassesPostCloneListenersToCloneBuilder | 0.11 sec | Passed |
registerExistingObjectReturnsRegisteredClone | 92 ms | Passed |
registerExistingObjectTwiceReturnsSameClone | 0.19 sec | Passed |
registerNewObjectAddsArgumentToPersistenceContext | 0.1 sec | Passed |
registerNewObjectGeneratesIdentifierWhenInstancesDoesNotHaveOne | 95 ms | Passed |
registerNewObjectThrowsIdentifierNotSetExceptionWhenIdentifierIsNullAndNotGenerated | 93 ms | Passed |
registerNewObjectThrowsNullPointerExceptionForNullArgument | 94 ms | Passed |
registerNewObjectThrowsNullPointerExceptionForNullDescriptor | 0.1 sec | Passed |
registerReplacesAlsoInheritedCollectionInstancesWithIndirectVersions | 94 ms | Passed |
releaseRemovesIndirectCollectionsFromManagedEntities | 0.11 sec | Passed |
releaseUnitOfWorkClosesStorageAndMakesUoWInactive | 0.2 sec | Passed |
removeNotRegisteredObjectThrowsIllegalArgumentException | 94 ms | Passed |
removeObjectFromCacheEvictsObjectFromCacheManager | 0.1 sec | Passed |
removeObjectPutsExistingObjectIntoDeletedCacheAndRemovesItFromRepository | 92 ms | Passed |
removeObjectRemovesNewlyRegisteredObjectFromPersistenceContext | 93 ms | Passed |
restoreDeletedRegistersObjectAgain | 0.15 sec | Passed |
restoreDeletedReinsertsObjectIntoRepository | 94 ms | Passed |
rollbackDetachesAllManagedEntities | 0.15 sec | Passed |
rollbackInactiveUoWThrowsIllegalStateException | 0.18 sec | Passed |
rollbackRollsBackStorageChangesAndRemovesObjectsFromPersistenceContext | 94 ms | Passed |
testCalculateModificationsDataProperty | 94 ms | Passed |
testGetState | 0.19 sec | Passed |
testGetStateWithDescriptor | 95 ms | Passed |
throwsCardinalityViolationExceptionWhenMinimumCardinalityIsViolatedOnCommit | 99 ms | Passed |
throwsCardinalityViolationWhenMaximumCardinalityIsViolatedOnCommit | 94 ms | Passed |
unregisterObjectRemovesIndirectMultilingualStringOfManagedObjectBeingDetached | 94 ms | Passed |
unregisterObjectRemovesItFromCloneBuilderCache | 98 ms | Passed |
unregisterObjectReplacesChangeTrackingProxiesWithReferencedObjects | 96 ms | Passed |
unregisterObjectReplacesPluralLazyLoadingProxiesWithEmptyCollection | 95 ms | Passed |
unregisterObjectReplacesSingularLazyLoadingProxiesWithNull | 0.1 sec | Passed |
unregisterRegisteredExistingObjectRemovesItFromPersistenceContext | 0.16 sec | Passed |
unwrapReturnsItselfWhenClassMatches | 95 ms | Passed |