org.springframework.web.servlet.view.json.converter
Class SimpleDefaultJsonStringWriterTest
java.lang.Object
org.springjson.test.TestBase
org.springframework.web.servlet.view.json.converter.SimpleDefaultJsonStringWriterTest
public class SimpleDefaultJsonStringWriterTest
- extends TestBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMAND_BEAN_NAME
protected static final String COMMAND_BEAN_NAME
- See Also:
- Constant Field Values
JSON_STRING_WRITER_BEAN
public static final String JSON_STRING_WRITER_BEAN
- See Also:
- Constant Field Values
date1
protected Date date1
date2
protected Date date2
jsonStringWriter
protected org.springframework.web.servlet.view.json.writer.DefaultJsonStringWriter jsonStringWriter
SimpleDefaultJsonStringWriterTest
public SimpleDefaultJsonStringWriterTest()
setUp
public void setUp()
throws Exception
- Throws:
Exception
getModelMap
public Map getModelMap()
testConvertSimpleModel
public void testConvertSimpleModel()
testConvertAllSimpleModel
public void testConvertAllSimpleModel()
testConvertSimpleModelWithEmptyBindingResult
public void testConvertSimpleModelWithEmptyBindingResult()
testConvertAllSimpleModelWithEmptyBindingResult
public void testConvertAllSimpleModelWithEmptyBindingResult()
testConvertSimpleModelWithTypedPropertyEditor
public void testConvertSimpleModelWithTypedPropertyEditor()
testConvertAllSimpleModelWithTypedPropertyEditor
public void testConvertAllSimpleModelWithTypedPropertyEditor()
testConvertSimpleModelWithPathedPropertyEditor
public void testConvertSimpleModelWithPathedPropertyEditor()
testConvertAllSimpleModelWithPathedPropertyEditor
public void testConvertAllSimpleModelWithPathedPropertyEditor()
testConvertSimpleModelWithPathedPropertyEditorOutBean
public void testConvertSimpleModelWithPathedPropertyEditorOutBean()
testConvertAllSimpleModelWithPathedPropertyEditorOutBean
public void testConvertAllSimpleModelWithPathedPropertyEditorOutBean()
getEmptyBindingResult
public MockBindingResult getEmptyBindingResult()
getTypedBindingResult
public MockBindingResult getTypedBindingResult()
getBeanPathBindingResult
public MockBindingResult getBeanPathBindingResult(String nestedPath)
getEmptyConfiguratorTemplateRegistry
public org.springframework.web.servlet.view.json.JsonWriterConfiguratorTemplateRegistry getEmptyConfiguratorTemplateRegistry()
getConfiguratorTemplateRegistry
public org.springframework.web.servlet.view.json.JsonWriterConfiguratorTemplateRegistry getConfiguratorTemplateRegistry()
Copyright © 2010. All Rights Reserved.