Class TestJSONConverters
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.apache.ofbiz.base.conversion.test.TestJSONConverters
-
- All Implemented Interfaces:
junit.framework.Test
public class TestJSONConverters extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestJSONConverters(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testJSONToList()
void
testJSONToMap()
void
testListToJSON()
void
testMapToJSON()
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
-
-
-
-
Method Detail
-
testJSONToMap
public void testJSONToMap() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testJSONToList
public void testJSONToList() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMapToJSON
public void testMapToJSON() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testListToJSON
public void testListToJSON() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-