@UnitTest public class DefaultCMSAdminItemServiceTest extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultCMSAdminItemServiceTest.CMSSubClass |
| Constructor and Description |
|---|
DefaultCMSAdminItemServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
findByItemDataWillDelegateToTheDao() |
void |
findByItemDataWillReturnEmptyWhenNotFound() |
void |
findByUidWillDelegateToTheDaoWithPassedVersion() |
void |
findByUidWillDelegateToTheDaoWithVersionInSession() |
void |
findByUidWillThrowExceptionWhenNotFound() |
void |
setUp() |
void |
willCreateAnItemAndAssignAUID() |
void |
willCreateAnItemAndNotAssignAUID() |
public void setUp()
public void findByUidWillDelegateToTheDaoWithPassedVersion()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void findByUidWillDelegateToTheDaoWithVersionInSession()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void findByUidWillThrowExceptionWhenNotFound()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void findByItemDataWillDelegateToTheDao()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void findByItemDataWillReturnEmptyWhenNotFound()
public void willCreateAnItemAndAssignAUID()
public void willCreateAnItemAndNotAssignAUID()
Copyright © 2018 SAP SE. All Rights Reserved.