made recommended changes
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ import org.junit.Test;
|
||||
import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
|
||||
|
||||
public class TestClass {
|
||||
public class TestXMLSerializeDeserialize {
|
||||
|
||||
@Test
|
||||
public void whenJavaSerializedToXmlStr_thenCorrect() throws JsonProcessingException{
|
||||
@@ -0,0 +1,4 @@
|
||||
<SimpleBean>
|
||||
<x>1</x>
|
||||
<y>2</y>
|
||||
</SimpleBean>
|
||||
Reference in New Issue
Block a user