org.springframework.web.servlet.view.json.exception
Class JsonExceptionResolverTest

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

public class JsonExceptionResolverTest
extends TestBase


Field Summary
static String JSON_EXCEPTION_RESOLVER_BEAN_NAME
           
 
Fields inherited from class org.springjson.test.TestBase
beanFactory, PATH_TO_CONTEXT_PATH
 
Constructor Summary
JsonExceptionResolverTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testTriggerException_1()
           
 void testTriggerException_2()
           
 void testTriggerException_2a()
           
 void testTriggerException_3()
           
 void testTriggerException_3a()
           
 void testTriggerException_4()
           
 void testTriggerException_5()
           
 
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_EXCEPTION_RESOLVER_BEAN_NAME

public static final String JSON_EXCEPTION_RESOLVER_BEAN_NAME
See Also:
Constant Field Values
Constructor Detail

JsonExceptionResolverTest

public JsonExceptionResolverTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testTriggerException_1

public void testTriggerException_1()
                            throws Exception
Throws:
Exception

testTriggerException_2

public void testTriggerException_2()
                            throws Exception
Throws:
Exception

testTriggerException_2a

public void testTriggerException_2a()
                             throws Exception
Throws:
Exception

testTriggerException_3

public void testTriggerException_3()
                            throws Exception
Throws:
Exception

testTriggerException_3a

public void testTriggerException_3a()
                             throws Exception
Throws:
Exception

testTriggerException_4

public void testTriggerException_4()
                            throws Exception
Throws:
Exception

testTriggerException_5

public void testTriggerException_5()
                            throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.