Class TicketStatusConverterTest
- java.lang.Object
-
- de.hybris.platform.customerticketingocc.converters.TicketStatusConverterTest
-
@UnitTest public class TicketStatusConverterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TicketStatusConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestConvertFromSuccessful()voidtestConvertToSuccessful()voidtestEquals()voidtestEqualsWithDifferentConverter()voidtestEqualsWithNullConverter()voidtestEqualsWithSameConverter()voidtestHashCode()voidtestHashCodesWithSameConverter()voidtestHashCodeWithDifferentConverter()
-
-
-
Method Detail
-
testConvertToSuccessful
public void testConvertToSuccessful()
-
testConvertFromSuccessful
public void testConvertFromSuccessful()
-
testEquals
public void testEquals()
-
testEqualsWithSameConverter
public void testEqualsWithSameConverter()
-
testEqualsWithDifferentConverter
public void testEqualsWithDifferentConverter()
-
testEqualsWithNullConverter
public void testEqualsWithNullConverter()
-
testHashCode
public void testHashCode()
-
testHashCodesWithSameConverter
public void testHashCodesWithSameConverter()
-
testHashCodeWithDifferentConverter
public void testHashCodeWithDifferentConverter()
-
-