com.parthparekh.api
Class ProductDeSerializationTest

java.lang.Object
  extended by com.parthparekh.api.ProductDeSerializationTest

public class ProductDeSerializationTest
extends java.lang.Object

Test to de-serialize Product object


Field Summary
private  java.lang.String deSerializeProduct1
           
private  java.lang.String deSerializeProduct2
           
private  java.lang.String deSerializeProduct3
           
private  org.codehaus.jackson.map.ObjectMapper objectMapper
           
 
Constructor Summary
ProductDeSerializationTest()
           
 
Method Summary
 void setUp()
           
 void testProductDeserialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectMapper

private org.codehaus.jackson.map.ObjectMapper objectMapper

deSerializeProduct1

private java.lang.String deSerializeProduct1

deSerializeProduct2

private java.lang.String deSerializeProduct2

deSerializeProduct3

private java.lang.String deSerializeProduct3
Constructor Detail

ProductDeSerializationTest

public ProductDeSerializationTest()
Method Detail

setUp

public void setUp()
           throws java.io.IOException
Throws:
java.io.IOException

testProductDeserialize

public void testProductDeserialize()
                            throws java.lang.Exception
Throws:
java.lang.Exception