| com.opensymphony.webwork.WebWorkTestCase com.opensymphony.webwork.views.freemarker.FreemarkerResultTest
FreemarkerResultTest | public class FreemarkerResultTest extends WebWorkTestCase (Code) | | author: tmjee version: $Date$ $Id$ |
testFreemarkerResultMakeSureWeGetTheDesiredResultWhenWriteCompleteIsFalse | public void testFreemarkerResultMakeSureWeGetTheDesiredResultWhenWriteCompleteIsFalse() throws Exception(Code) | | This is just a very simple sanity test just to make sure that with
writeCompleted=false, we still get the normal output writen.
throws: Exception - |
testFreemarkerResultMakeSureWeGetTheDesiredResultWhenWriteCompleteIsTrue | public void testFreemarkerResultMakeSureWeGetTheDesiredResultWhenWriteCompleteIsTrue() throws Exception(Code) | | This is just a very simple sanity test just to make sure that with
writeCompleted=true, we still get the normal output writen.
throws: Exception - |
|
|