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

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

public class SojoSimpleFormControllerTest
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
SojoSimpleFormControllerTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testJsonViewWithSimpleFormContr_Get1()
           
 void testJsonViewWithSimpleFormContr_Get2()
           
 void testJsonViewWithSimpleFormContr_Post3()
           
 
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

SojoSimpleFormControllerTest

public SojoSimpleFormControllerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Get1

public void testJsonViewWithSimpleFormContr_Get1()
                                          throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Get2

public void testJsonViewWithSimpleFormContr_Get2()
                                          throws Exception
Throws:
Exception

testJsonViewWithSimpleFormContr_Post3

public void testJsonViewWithSimpleFormContr_Post3()
                                           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.