Class TicketAssociatedObjectConverterTest
- java.lang.Object
-
- de.hybris.platform.customerticketingocc.converters.TicketAssociatedObjectConverterTest
-
@UnitTest public class TicketAssociatedObjectConverterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TicketAssociatedObjectConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestConvertFrom()voidtestConvertToInvalidDate()voidtestConvertToInvalidSourceString()voidtestConvertToSpecialCharactersInCode()voidtestConvertToSuccessful()
-
-
-
Method Detail
-
testConvertToSuccessful
public void testConvertToSuccessful() throws java.text.ParseException- Throws:
java.text.ParseException
-
testConvertToSpecialCharactersInCode
public void testConvertToSpecialCharactersInCode() throws java.text.ParseException- Throws:
java.text.ParseException
-
testConvertToInvalidSourceString
public void testConvertToInvalidSourceString()
-
testConvertToInvalidDate
public void testConvertToInvalidDate() throws java.text.ParseException- Throws:
java.text.ParseException
-
testConvertFrom
public void testConvertFrom()
-
-