Package freemarker.testcase.models

Test models for various aspects of the FM-Classic implementation.

See:
          Description

Class Summary
BooleanHash1 Tests the impact that the isEmpty() method has on template hash models.
BooleanHash2 Tests the impact that the isEmpty() method has on template hash models.
BooleanList1 Model for testing the impact of the isEmpty() method on template list models.
BooleanList2 Model for testing the impact of the isEmpty() method on template list models.
BooleanModel1 Model for testing booleans in FM-Classic.
BooleanModel2 Model for testing booleans in FM-Classic.
BooleanModel3 Model for testing booleans in FM-Classic.
BooleanModel4 Model for testing booleans in FM-Classic.
BooleanModel5 Model for testing booleans in FM-Classic.
ExceptionModel A template that always throws an exception whenever we call ExceptionModel.getAsString().
FunctionModel1 A simple test of the TemplateFunctionModel interface.
IndexedModel1 A trivial implementation of the TemplateIndexedModel interface.
ListModel1 A simple list model for testing the list iterator functionality.
ListModel2 A simple list model for testing the list iterator functionality.
MethodModel1 Simple method model for testing the chaining of method models.
MultiModel1 Testcase to see how FM-Classic deals with multiple Template models.
MultiModel2 Testcase to see how FM-Classic deals with multiple Template models.
MultiModel3 Testcase to see how FM-Classic deals with multiple Template models.
MultiModel4 Testcase to see how FM-Classic deals with multiple Template models.
MultiModel5 Testcase to see how FM-Classic deals with multiple Template models.
SimpleTestMethod A simple method model used as a test bed.
SortedHash Simple hash model that contains a sorted hash.
StringNumberModel A simple model that implements both a String and a numeric value.
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.
TransformMethodWrapper3 Another test of the interaction between MethodModels and TransformModels.
TransformModel1 A TemplateTransformModel that includes properties.
TransformModel2 A TemplateTransformModel that includes properties.
 

Package freemarker.testcase.models Description

Test models for various aspects of the FM-Classic implementation. These are used by the JUnit test cases in the freemarker.testcase package.