Skip to content
Jenkins
Java Tools
JOPA Development
#557
Tests
cz.cvut.kbss.jopa.sessions
ChangeTrackingUnitOfWorkTest
Search
Sign in
Status
Changes
Console Output
View Build Information
History
Polling Log
Timings
Git Build Data
Tests
Lockable resources
Open Blue Ocean
Embeddable Build Status
Previous Build
Next Build
ChangeTrackingUnitOfWorkTest
101
101
Took 10 sec
All Tests
Name
Age
Duration
attributeChangedMergesChangeToStorage
0
97 ms
attributeChangedOnUnmanagedObjectThrowsOwlPersistenceException
0
96 ms
attributeChangedOutsideTransactionThrowsIllegalStateException
0
96 ms
attributeChangedSetsAttributeLoadStatusToLoaded
0
0.1 sec
attributeChangedThrowsInferredAttributeModifiedExceptionOnChangeToInferredAttributeValue
0
0.16 sec
changesToRemovedObjectAreIgnoredOnCommit
0
0.1 sec
clearCleansUpPersistenceContext
0
94 ms
clearResetsCloneBuilder
0
0.16 sec
commitAddsNewObjectsToCache
0
85 ms
commitAddsNewlyAddedReferenceToObjectToCache
0
0.16 sec
commitDetachesPersistedInstance
0
83 ms
commitEvictsInferredClassesFromCache
0
85 ms
commitEvictsRemovedObjectsFromCache
0
86 ms
commitInactiveUoWThrowsIllegalStateException
0
81 ms
commitPersistsAllNewlyRegisteredObjects
0
0.11 sec
commitPutsIntoCacheInstanceMergedAsDetachedDuringTransaction
0
85 ms
commitRemovesRemovedObjectsFromStorage
0
0.2 sec
commitReplacesIndirectCollectionsWithRegularOnesInDetachedInstances
0
97 ms
containsReturnsTrueForRegisteredExistingObject
0
81 ms
detachReplacesInheritedIndirectCollectionWithRegularOne
0
0.1 sec
findOfObjectAlreadyManagedAsLazilyLoadedValueReturnSameObject
0
87 ms
getContextsRetrievesContextsFromStorage
0
0.16 sec
getInstanceForMergeTriggersLazyAttributeLoadingForAlreadyManagedObject
0
88 ms
getManagedOriginalForDifferentContextReturnsNull
0
85 ms
getManagedOriginalForUnknownIdentifierReturnsNull
0
81 ms
getManagedOriginalReturnsManagedOriginalInstance
0
0.17 sec
getManagedOriginalReturnsNullWhenObjectIsManagedButAmongDeletedObjects
0
83 ms
getManagedOriginalThrowsEntityExistsExceptionWhenIndividualIsManagedAsDifferentType
0
83 ms
getOriginalReturnsOriginalRegisteredByReadObject
0
83 ms
getOriginalWithNullArgumentReturnsNull
0
82 ms
icValidationPassesOnCommitWhenConstraintsAreViolatedAndThenFixedDuringTransaction
0
90 ms
isConsistentCallsStorageConsistencyCheck
0
82 ms
isInferredChecksForValueInferredStatusWithConnectionWrapper
0
84 ms
isInferredLoadsAttributeWhenItIsLazyAndNotLoaded
0
90 ms
isInferredThrowsIllegalArgumentExceptionWhenInstanceIsNotManaged
0
83 ms
isLoadedByAttributeReturnsLoadedForAttributesOfNewlyRegisteredInstance
0
0.13 sec
isLoadedByAttributeReturnsLoadedForAttributesOfRegisteredExistingObject
0
84 ms
isLoadedByAttributeReturnsLoadedForNonNullValuedLazilyLoadedAttribute
0
85 ms
isLoadedByAttributeReturnsNotLoadedForNotLoadedLazilyLoadedAttribute
0
89 ms
isLoadedByAttributeReturnsUnknownForAttributeOfUnregisteredObject
0
0.1 sec
isLoadedReturnsLoadedForNewlyRegisteredInstance
0
82 ms
isLoadedReturnsLoadedForRegisteredExistingObject
0
0.11 sec
isLoadedReturnsUnknownForUnregisteredObject
0
82 ms
isObjectManagedReturnsTrueForRegisteredExistingObject
0
84 ms
isObjectManagedThrowsNullPointerExceptionForNullArgument
0
82 ms
isObjectNewReturnsFalseForNullArgument
0
81 ms
isObjectNewReturnsFalseForRegisteredExistingObject
0
0.11 sec
isObjectNewReturnsTrueForNewlyRegisteredObject
0
81 ms
loadEntityFieldCausesLoadStateOfLazilyLoadedAttributeToBeSetToLoaded
0
0.12 sec
loadEntityFieldDoesNotInvokeLoadFromRepositoryForNullAttributeWhenItsStateIsLoaded
0
0.1 sec
loadEntityFieldOnUnmanagedObjectThrowsOwlPersistenceException
0
0.1 sec
loadFieldLoadsLiteralValueAttribute
0
85 ms
loadFieldLoadsManagedTypeAttribute
0
91 ms
persistSkipsCardinalityConstraintValidationOfInferredAttributes
0
82 ms
readAlreadyManagedObjectReturnsTheManagedOne
0
82 ms
readNewlyRegisteredObjectReturnsIt
0
0.15 sec
readObjectLoadsObjectFromStorage
0
82 ms
readObjectWithNullClassThrowsNullPointerException
0
82 ms
readObjectWithNullDescriptorThrowsNullPointerException
0
0.11 sec
readObjectWithNullIdentifierArgumentThrowsNullPointerException
0
82 ms
refreshAcquiresNewConnectionToGetAccessToNonTransactionalEntityState
0
0.16 sec
refreshCancelsObjectChangesInUnitOfWorkChangeSet
0
0.1 sec
refreshLoadsInstanceFromRepositoryAndOverwritesFieldChanges
0
87 ms
refreshOverwritesChangesSentToRepository
0
0.11 sec
refreshOverwritesObjectPropertyChanges
0
0.1 sec
refreshSetsUpdatesCloneMappingForRefreshedInstance
0
84 ms
refreshThrowsEntityNotFoundForNonExistentEntity
0
85 ms
refreshThrowsIllegalArgumentForNonManagedInstance
0
83 ms
refreshThrowsIllegalArgumentForRemovedInstance
0
83 ms
registerExistingObjectInvokesPostCloneListeners
0
84 ms
registerExistingObjectPassesPostCloneListenersToCloneBuilder
0
0.17 sec
registerExistingObjectReturnsRegisteredClone
0
82 ms
registerExistingObjectTwiceReturnsSameClone
0
83 ms
registerNewObjectAddsArgumentToPersistenceContext
0
0.15 sec
registerNewObjectGeneratesIdentifierWhenInstancesDoesNotHaveOne
0
0.1 sec
registerNewObjectThrowsIdentifierNotSetExceptionWhenIdentifierIsNullAndNotGenerated
0
84 ms
registerNewObjectThrowsNullPointerExceptionForNullArgument
0
0.14 sec
registerNewObjectThrowsNullPointerExceptionForNullDescriptor
0
0.16 sec
registerReplacesAlsoInheritedCollectionInstancesWithIndirectVersions
0
98 ms
releaseRemovesIndirectCollectionsFromManagedEntities
0
97 ms
releaseUnitOfWorkClosesStorageAndMakesUoWInactive
0
0.1 sec
removeNotRegisteredObjectThrowsIllegalArgumentException
0
84 ms
removeObjectFromCacheEvictsObjectFromCacheManager
0
0.16 sec
removeObjectPutsExistingObjectIntoDeletedCacheAndRemovesItFromRepository
0
96 ms
removeObjectRemovesNewlyRegisteredObjectFromPersistenceContext
0
82 ms
restoreDeletedRegistersObjectAgain
0
88 ms
restoreDeletedReinsertsObjectIntoRepository
0
83 ms
rollbackDetachesAllManagedEntities
0
85 ms
rollbackInactiveUoWThrowsIllegalStateException
0
0.16 sec
rollbackRollsBackStorageChangesAndRemovesObjectsFromPersistenceContext
0
84 ms
testCalculateModificationsDataProperty
0
85 ms
testGetState
0
0.1 sec
testGetStateWithDescriptor
0
82 ms
throwsCardinalityViolationExceptionWhenMinimumCardinalityIsViolatedOnCommit
0
0.11 sec
throwsCardinalityViolationWhenMaximumCardinalityIsViolatedOnCommit
0
82 ms
unregisterObjectRemovesIndirectMultilingualStringOfManagedObjectBeingDetached
0
99 ms
unregisterObjectRemovesItFromCloneBuilderCache
0
81 ms
unregisterObjectReplacesPluralLazyLoadingProxiesWithEmptyCollection
0
85 ms
unregisterObjectReplacesSingularLazyLoadingProxiesWithNull
0
89 ms
unregisterRegisteredExistingObjectRemovesItFromPersistenceContext
0
0.17 sec
unwrapReturnsItselfWhenClassMatches
0
97 ms