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

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

public class JsonlibCommandControllerTest
extends TestBase


Field Summary
static String CONTROLLER_COMMAND_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
JsonlibCommandControllerTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testJsonViewWithControllerInterfaceImpl1()
           
 void testJsonViewWithControllerInterfaceImpl1Configurator()
           
 void testJsonViewWithControllerInterfaceImpl1EmptyConfigurator()
           
 void testJsonViewWithControllerInterfaceImpl2()
           
 void testJsonViewWithControllerInterfaceImplConfigurator2()
           
 void testJsonViewWithControllerInterfaceImplEmptyConfigurator2()
           
 
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_COMMAND_BEAN_NAME

public static final String CONTROLLER_COMMAND_BEAN_NAME
See Also:
Constant Field Values

date1

protected Date date1

date2

protected Date date2
Constructor Detail

JsonlibCommandControllerTest

public JsonlibCommandControllerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testJsonViewWithControllerInterfaceImpl1

public void testJsonViewWithControllerInterfaceImpl1()
                                              throws Exception
Throws:
Exception

testJsonViewWithControllerInterfaceImpl2

public void testJsonViewWithControllerInterfaceImpl2()
                                              throws Exception
Throws:
Exception

testJsonViewWithControllerInterfaceImpl1EmptyConfigurator

public void testJsonViewWithControllerInterfaceImpl1EmptyConfigurator()
                                                               throws Exception
Throws:
Exception

testJsonViewWithControllerInterfaceImplEmptyConfigurator2

public void testJsonViewWithControllerInterfaceImplEmptyConfigurator2()
                                                               throws Exception
Throws:
Exception

testJsonViewWithControllerInterfaceImpl1Configurator

public void testJsonViewWithControllerInterfaceImpl1Configurator()
                                                          throws Exception
Throws:
Exception

testJsonViewWithControllerInterfaceImplConfigurator2

public void testJsonViewWithControllerInterfaceImplConfigurator2()
                                                          throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.