Class DateAdapterTest
- java.lang.Object
-
- de.hybris.platform.webservicescommons.jaxb.adapters.DateAdapterTest
-
@UnitTest public class DateAdapterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DateAdapterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcorrectDateUnmarshallTest()voiddateMarshallTest()voidnullMarshallTest()voidnullUnmarshallTest()voidwrongDateUnmarshallTest()
-
-
-
Method Detail
-
nullUnmarshallTest
public void nullUnmarshallTest() throws java.text.ParseException- Throws:
java.text.ParseException
-
wrongDateUnmarshallTest
public void wrongDateUnmarshallTest() throws java.text.ParseException- Throws:
java.text.ParseException
-
correctDateUnmarshallTest
public void correctDateUnmarshallTest() throws java.text.ParseException- Throws:
java.text.ParseException
-
nullMarshallTest
public void nullMarshallTest()
-
dateMarshallTest
public void dateMarshallTest()
-
-