Method Summary |
|
public void | testEmptyTemplate() Tests when the template is emtpy. |
public void | testFirstAndLastEmbed() Tests when the entire template is just one OGNL expression. |
public void | testFirstCharacterEmbed() Tests when the embedded OGNL is the first character. |
public void | testGetMessage() Simple test to ensure the getMessage() method uses the built-in OGNL root. |
public void | testLastCharacterEmbed() Tests when the embedded OGNL is the last character. |
public void | testMultipleEmbeddings() Tests when there are multiple embedded OGNL expressions. |
public void | testNullRoot() Tests when the OGNL root is null (so, the template is left unchanged). |