Class DefaultPreviewFacadeTest
- java.lang.Object
-
- de.hybris.platform.previewwebservices.facades.impl.DefaultPreviewFacadeTest
-
@UnitTest public class DefaultPreviewFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPreviewFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCreatePreviewTicketShouldCallTheConverter()voidtestGetPreviewTicketWithInvalidTicketIdShouldThrowException()voidtestGetPreviewTicketWithValidTicketIdShouldReturnAppropriateData()voidtestUpdatePreviewTicketShouldCallTheConverterWhenValid()voidtestUpdatePreviewTicketWithInvalidTicketIdShouldThrowException()
-
-
-
Method Detail
-
testCreatePreviewTicketShouldCallTheConverter
public void testCreatePreviewTicketShouldCallTheConverter() throws java.net.MalformedURLException, CMSItemNotFoundException- Throws:
java.net.MalformedURLExceptionCMSItemNotFoundException
-
testUpdatePreviewTicketShouldCallTheConverterWhenValid
public void testUpdatePreviewTicketShouldCallTheConverterWhenValid()
-
testUpdatePreviewTicketWithInvalidTicketIdShouldThrowException
public void testUpdatePreviewTicketWithInvalidTicketIdShouldThrowException()
-
testGetPreviewTicketWithValidTicketIdShouldReturnAppropriateData
public void testGetPreviewTicketWithValidTicketIdShouldReturnAppropriateData()
-
testGetPreviewTicketWithInvalidTicketIdShouldThrowException
public void testGetPreviewTicketWithInvalidTicketIdShouldThrowException()
-
-