org.springframework.extensions.webscripts.json
Class JSONUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.extensions.webscripts.json.JSONUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class JSONUtilsTest
extends junit.framework.TestCase

JSON Utils Unit Test

Author:
Roy Wetherall

Constructor Summary
JSONUtilsTest()
           
 
Method Summary
protected  void setUp()
           
 void testToJSONString()
           
 void testToObject()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONUtilsTest

public JSONUtilsTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testToJSONString

public void testToJSONString()
                      throws Exception
Throws:
Exception

testToObject

public void testToObject()
                  throws Exception
Throws:
Exception


Copyright © 2009 SpringSource, Inc. All Rights Reserved.