@UnitTest public class DefaultPageFacadeTest extends java.lang.Object
| Constructor and Description |
|---|
DefaultPageFacadeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
findAllPagesReturnTransformedCollectionOfAllSupportedPagesOrderByNameAscending() |
void |
findPagesReturnsEmptyList() |
void |
setup() |
void |
shouldFailFindAllFallbackPages_InvalidPageId() |
void |
shouldFailFindAllFallbackPagesForContentPageType_InvalidTypeCode() |
void |
shouldFailGetPageByUid_AmbiguousIdentifier() |
void |
shouldFailGetPageByUid_UnknownIdentifier() |
void |
shouldFindAllFallbackPagesForContentPageType() |
void |
shouldFindAllSupportedPageTypes() |
void |
shouldFindFallbackPages() |
void |
shouldFindVariationPages() |
void |
shouldGetPageByUid() |
void |
shouldNotFindAnySupportedPageTypes() |
public void setup()
public void findAllPagesReturnTransformedCollectionOfAllSupportedPagesOrderByNameAscending()
public void findPagesReturnsEmptyList()
public void shouldGetPageByUid()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void shouldFailGetPageByUid_UnknownIdentifier()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void shouldFailGetPageByUid_AmbiguousIdentifier()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void shouldFindAllSupportedPageTypes()
public void shouldNotFindAnySupportedPageTypes()
public void shouldFindFallbackPages()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void shouldFailFindAllFallbackPages_InvalidPageId()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void shouldFindVariationPages()
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic void shouldFindAllFallbackPagesForContentPageType()
public void shouldFailFindAllFallbackPagesForContentPageType_InvalidTypeCode()
Copyright © 2018 SAP SE. All Rights Reserved.