org.springframework.web.servlet.view.json.writer.sojo
Class MapGraphWalkerTest

java.lang.Object
  extended by org.springjson.test.TestBase
      extended by org.springframework.web.servlet.view.json.writer.sojo.MapGraphWalkerTest

public class MapGraphWalkerTest
extends TestBase


Field Summary
 
Fields inherited from class org.springjson.test.TestBase
beanFactory, PATH_TO_CONTEXT_PATH
 
Constructor Summary
MapGraphWalkerTest()
           
 
Method Summary
 void testBeanCar()
           
 void testBeanNumberOfRecursion()
           
 void testEmptyArrayByCustomer()
           
 void testEmptyMapByCustomer()
           
 void testInterceptor()
           
 void testListNumberOfRecursion()
           
 void testLongWayByCustomer()
           
 void testNullNumberOfRecursion()
           
 void testSimpleNumberOfRecursion()
           
 void testWalkBeanComplex()
           
 void testWalkBeanComplexWihLongWay()
           
 void testWalkBeanSimple()
           
 void testWalkBeanSimpleInList()
           
 void testWalkBeanSimpleNumberOfPropertiesCustomer()
           
 void testWalkBeanSimpleNumberOfPropertiesNode()
           
 void testWalkEmptyList()
           
 void testWalkEmptyListInMap()
           
 void testWalkEmptyMap()
           
 void testWalkEmptyMapInList()
           
 void testWalkInterceptorByList()
           
 void testWalkInterceptorByMap()
           
 void testWalkList()
           
 void testWalkMap()
           
 void testWalkNestedListInMap()
           
 void testWalkNestedMapInList()
           
 void testWalkNull()
           
 void testWalkObjectArray()
           
 void testWalkSimpleDate()
           
 void testWalkSimpleDouble()
           
 void testWalkSimpleInteger()
           
 void testWalkSimpleString()
           
 void testWalkStringArray()
           
 
Methods inherited from class org.springjson.test.TestBase
assertEqualsJson, cleanupTests, getBeanFactory, getBeanFactory, prepareTests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGraphWalkerTest

public MapGraphWalkerTest()
Method Detail

testInterceptor

public void testInterceptor()
                     throws Exception
Throws:
Exception

testWalkSimpleString

public void testWalkSimpleString()
                          throws Exception
Throws:
Exception

testWalkSimpleInteger

public void testWalkSimpleInteger()
                           throws Exception
Throws:
Exception

testWalkSimpleDouble

public void testWalkSimpleDouble()
                          throws Exception
Throws:
Exception

testWalkSimpleDate

public void testWalkSimpleDate()
                        throws Exception
Throws:
Exception

testWalkNull

public void testWalkNull()
                  throws Exception
Throws:
Exception

testWalkEmptyList

public void testWalkEmptyList()
                       throws Exception
Throws:
Exception

testWalkList

public void testWalkList()
                  throws Exception
Throws:
Exception

testWalkObjectArray

public void testWalkObjectArray()
                         throws Exception
Throws:
Exception

testWalkStringArray

public void testWalkStringArray()
                         throws Exception
Throws:
Exception

testWalkEmptyMap

public void testWalkEmptyMap()
                      throws Exception
Throws:
Exception

testWalkEmptyListInMap

public void testWalkEmptyListInMap()
                            throws Exception
Throws:
Exception

testWalkEmptyMapInList

public void testWalkEmptyMapInList()
                            throws Exception
Throws:
Exception

testWalkMap

public void testWalkMap()
                 throws Exception
Throws:
Exception

testWalkNestedListInMap

public void testWalkNestedListInMap()
                             throws Exception
Throws:
Exception

testWalkNestedMapInList

public void testWalkNestedMapInList()
                             throws Exception
Throws:
Exception

testWalkBeanSimple

public void testWalkBeanSimple()
                        throws Exception
Throws:
Exception

testWalkBeanSimpleNumberOfPropertiesNode

public void testWalkBeanSimpleNumberOfPropertiesNode()
                                              throws Exception
Throws:
Exception

testWalkBeanSimpleNumberOfPropertiesCustomer

public void testWalkBeanSimpleNumberOfPropertiesCustomer()
                                                  throws Exception
Throws:
Exception

testWalkBeanSimpleInList

public void testWalkBeanSimpleInList()
                              throws Exception
Throws:
Exception

testWalkBeanComplex

public void testWalkBeanComplex()
                         throws Exception
Throws:
Exception

testWalkBeanComplexWihLongWay

public void testWalkBeanComplexWihLongWay()
                                   throws Exception
Throws:
Exception

testLongWayByCustomer

public void testLongWayByCustomer()
                           throws Exception
Throws:
Exception

testEmptyArrayByCustomer

public void testEmptyArrayByCustomer()
                              throws Exception
Throws:
Exception

testEmptyMapByCustomer

public void testEmptyMapByCustomer()
                            throws Exception
Throws:
Exception

testBeanCar

public void testBeanCar()
                 throws Exception
Throws:
Exception

testSimpleNumberOfRecursion

public void testSimpleNumberOfRecursion()
                                 throws Exception
Throws:
Exception

testNullNumberOfRecursion

public void testNullNumberOfRecursion()
                               throws Exception
Throws:
Exception

testBeanNumberOfRecursion

public void testBeanNumberOfRecursion()
                               throws Exception
Throws:
Exception

testListNumberOfRecursion

public void testListNumberOfRecursion()
                               throws Exception
Throws:
Exception

testWalkInterceptorByList

public void testWalkInterceptorByList()
                               throws Exception
Throws:
Exception

testWalkInterceptorByMap

public void testWalkInterceptorByMap()
                              throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.