@UnitTest public class DefaultPersistenceServiceUnitTest extends java.lang.Object
| Constructor and Description |
|---|
DefaultPersistenceServiceUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUpHappyPathDefaults() |
void |
testCreateEntityData_HandlesEdmException() |
void |
testCreateEntityData_HandlesItemLockedForProcessingException() |
void |
testCreateEntityData_HandlesModelSavingException() |
void |
testCreateEntityData_HandlesSystemIsSuspendedException() |
void |
testCreateEntityDataDoesNotSaveIfPrePersistHookDisabledPersistence() |
void |
testCreateEntityDataInvokesPostPersistHookAfterSave() |
void |
testCreateEntityDataReturnsGetEntityDataWhenItemIsPersisted() |
void |
testGetEntitiesThrowsRetrievalRuntimeException() |
void |
testGetEntitiesWhenItemsFound() |
void |
testGetEntitiesWhenItemsNotFound() |
void |
testGetEntityData_notExistingItem() |
void |
testGetEntityData() |
void |
testPersistHookNotFound() |
void |
testPostPersistHookException() |
void |
testPrePersistHookException() |
public void setUpHappyPathDefaults()
throws EdmException
EdmExceptionpublic void testCreateEntityDataInvokesPostPersistHookAfterSave()
throws EdmException
EdmExceptionpublic void testCreateEntityDataDoesNotSaveIfPrePersistHookDisabledPersistence()
throws EdmException
EdmExceptionpublic void testCreateEntityDataReturnsGetEntityDataWhenItemIsPersisted()
throws EdmException
EdmExceptionpublic void testCreateEntityData_HandlesEdmException()
throws EdmException
EdmExceptionpublic void testCreateEntityData_HandlesItemLockedForProcessingException()
throws EdmException
EdmExceptionpublic void testCreateEntityData_HandlesModelSavingException()
public void testCreateEntityData_HandlesSystemIsSuspendedException()
public void testPersistHookNotFound()
throws EdmException
EdmExceptionpublic void testPrePersistHookException()
throws EdmException
EdmExceptionpublic void testPostPersistHookException()
throws EdmException
EdmExceptionpublic void testGetEntityData()
throws EdmException
EdmExceptionpublic void testGetEntityData_notExistingItem()
throws EdmException
EdmExceptionpublic void testGetEntitiesWhenItemsFound()
throws EdmException
EdmExceptionpublic void testGetEntitiesWhenItemsNotFound()
throws EdmException
EdmExceptionpublic void testGetEntitiesThrowsRetrievalRuntimeException()
throws EdmException
EdmExceptionCopyright © 2018 SAP SE. All Rights Reserved.