Package de.hybris.platform.cms2.version
Class AbstractCMSVersionIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.cms2.version.AbstractCMSVersionIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
- Direct Known Subclasses:
DefaultCMSVersionServiceIntegrationTest
,DefaultCMSVersionToDataConverterIntegrationTest
,DefaultCMSVersionToItemModelPreviewConverterIntegrationTest
,DefaultCMSVersionToItemModelRollbackConverterIntegrationTest
@IntegrationTest public class AbstractCMSVersionIntegrationTest extends ServicelayerTest
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATALOG_VERSION
protected CatalogVersionService
catalogVersionService
static java.lang.String
CMS_CATALOG
protected CMSAdminPageService
cmsAdminPageService
protected CMSAdminSiteService
cmsAdminSiteService
protected CMSVersionService
cmsVersionService
static java.lang.String
COMPONENT_FOR_EMPTY_SLOT_UID
protected ContentPageModel
contentPage
protected CMSVersionModel
contentPageCMSVersion
static java.lang.String
EMPTY_CONTENT_SLOT_UID
static java.lang.String
HOMEPAGE
protected ModelService
modelService
protected UserService
userService
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AbstractCMSVersionIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
HOMEPAGE
public static final java.lang.String HOMEPAGE
- See Also:
- Constant Field Values
-
CMS_CATALOG
public static final java.lang.String CMS_CATALOG
- See Also:
- Constant Field Values
-
CATALOG_VERSION
public static final java.lang.String CATALOG_VERSION
- See Also:
- Constant Field Values
-
EMPTY_CONTENT_SLOT_UID
public static final java.lang.String EMPTY_CONTENT_SLOT_UID
- See Also:
- Constant Field Values
-
COMPONENT_FOR_EMPTY_SLOT_UID
public static final java.lang.String COMPONENT_FOR_EMPTY_SLOT_UID
- See Also:
- Constant Field Values
-
modelService
protected ModelService modelService
-
cmsAdminSiteService
protected CMSAdminSiteService cmsAdminSiteService
-
catalogVersionService
protected CatalogVersionService catalogVersionService
-
cmsAdminPageService
protected CMSAdminPageService cmsAdminPageService
-
cmsVersionService
protected CMSVersionService cmsVersionService
-
userService
protected UserService userService
-
contentPageCMSVersion
protected CMSVersionModel contentPageCMSVersion
-
contentPage
protected ContentPageModel contentPage
-
-