org.springframework.web.servlet.view.json
Class XStreamSimpleFormControllerTest

java.lang.Object
  extended by org.springjson.test.TestBase
      extended by org.springframework.web.servlet.view.json.XStreamSimpleFormControllerTest

public class XStreamSimpleFormControllerTest
extends TestBase


Field Summary
static String CONTROLLER_SIMPLEFORM_BEAN_NAME
           
protected  Date date1
           
protected  Date date2
           
static String JSON_VIEW_BEAN_NAME
           
 
Fields inherited from class org.springjson.test.TestBase
beanFactory, PATH_TO_CONTEXT_PATH
 
Constructor Summary
XStreamSimpleFormControllerTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testJsonViewWithSimpleFormContr_Get1a()
           
 void testJsonViewWithSimpleFormContr_Get1b()
           
 void testJsonViewWithSimpleFormContr_Get1c()
           
 void testJsonViewWithSimpleFormContr_Get2a()
           
 void testJsonViewWithSimpleFormContr_Get2b()
           
 void testJsonViewWithSimpleFormContr_Get2c()
           
 void testJsonViewWithSimpleFormContr_Post3a()
           
 void testJsonViewWithSimpleFormContr_Post3b()
           
 void testJsonViewWithSimpleFormContr_Post3c()
           
 
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
 

Field Detail

JSON_VIEW_BEAN_NAME

public static final String JSON_VIEW_BEAN_NAME
See Also:
Constant Field Values

CONTROLLER_SIMPLEFORM_BEAN_NAME

public static final String CONTROLLER_SIMPLEFORM_BEAN_NAME
See Also:
Constant Field Values

date1

protected Date date1

date2

protected Date date2
Constructor Detail

XStreamSimpleFormControllerTest

public XStreamSimpleFormControllerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Get1a

public void testJsonViewWithSimpleFormContr_Get1a()
                                           throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Get1b

public void testJsonViewWithSimpleFormContr_Get1b()
                                           throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Get1c

public void testJsonViewWithSimpleFormContr_Get1c()
                                           throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Get2a

public void testJsonViewWithSimpleFormContr_Get2a()
                                           throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Get2b

public void testJsonViewWithSimpleFormContr_Get2b()
                                           throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Get2c

public void testJsonViewWithSimpleFormContr_Get2c()
                                           throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Post3a

public void testJsonViewWithSimpleFormContr_Post3a()
                                            throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Post3b

public void testJsonViewWithSimpleFormContr_Post3b()
                                            throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Post3c

public void testJsonViewWithSimpleFormContr_Post3c()
                                            throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.