Package freemarker.testcase.models

Class Summary

BeanTestClass
BooleanHash1 Tests the impact that the isEmpty() has on template hash models.
BooleanHash2 Tests the impact that the isEmpty() has on template hash models.
BooleanList1 Model for testing the impact of isEmpty() on template list models.
BooleanList2 Model for testing list models.
EnumTestClass
ExceptionModel A template that always throws an exception whenever we call getAsString()
LegacyList A little bridge class that subclasses the new SimpleList and still implements the deprecated TemplateListModel
MultiModel1 Testcase to see how FreeMarker deals with multiple Template models.
MultiModel2 Testcase to see how FreeMarker deals with multiple Template models.
MultiModel3 Testcase to see how FreeMarker deals with multiple Template models.
MultiModel4 Testcase to see how FreeMarker deals with multiple Template models.
MultiModel5 Testcase to see how FreeMarker deals with multiple Template models.
NewTestModel Testcase to see how FreeMarker's ?new built-in deals with constructors.
SimpleTestMethod A simple method model used as a test bed.
TransformHashWrapper Part of the TestTransform testcase suite.
TransformMethodWrapper1 Simple test of the interaction between MethodModels and TransformModels.
TransformMethodWrapper2 Another test of the interaction between MethodModels and TransformModels.
TransformModel1 A TemplateTransformModel that includes properties.