Package ninja.template
Class TemplateEngineFreemarkerTest
- java.lang.Object
-
- ninja.template.TemplateEngineFreemarkerTest
-
public class TemplateEngineFreemarkerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description TemplateEngineFreemarkerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbefore()voidtestBasicInvocation()voidtestThatConfigurationCanBeRetrieved()voidtestThatProdModeThrowsTemplateException()voidtestThatTemplateEngineFreemarkerHasSingletonAnnotation()voidtestThatWhenNotProdModeThrowsRenderingException()
-
-
-
Method Detail
-
testThatTemplateEngineFreemarkerHasSingletonAnnotation
public void testThatTemplateEngineFreemarkerHasSingletonAnnotation()
-
testBasicInvocation
public void testBasicInvocation()
-
testThatConfigurationCanBeRetrieved
public void testThatConfigurationCanBeRetrieved()
-
testThatWhenNotProdModeThrowsRenderingException
public void testThatWhenNotProdModeThrowsRenderingException()
-
testThatProdModeThrowsTemplateException
public void testThatProdModeThrowsTemplateException() throws RuntimeException- Throws:
RuntimeException
-
-