Class PreviewTicketReversePopulatorTest
- java.lang.Object
-
- de.hybris.platform.previewwebservices.populators.PreviewTicketReversePopulatorTest
-
@UnitTest public class PreviewTicketReversePopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PreviewTicketReversePopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCallCMSAdminSiteServiceIfSiteIdProvided()voidshouldCallCmsSiteServiceIfSiteIdNotProvided()voidshouldNotSetPreviewTimeValueInSession()voidshouldSetPreviewTimeValueInSession()
-
-
-
Method Detail
-
setUp
public void setUp() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldSetPreviewTimeValueInSession
public void shouldSetPreviewTimeValueInSession()
-
shouldNotSetPreviewTimeValueInSession
public void shouldNotSetPreviewTimeValueInSession()
-
shouldCallCMSAdminSiteServiceIfSiteIdProvided
public void shouldCallCMSAdminSiteServiceIfSiteIdProvided()
-
shouldCallCmsSiteServiceIfSiteIdNotProvided
public void shouldCallCmsSiteServiceIfSiteIdNotProvided() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-