|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.velocity.test.BaseTestCase
org.apache.velocity.test.TextblockTestCase
public class TextblockTestCase
This class tests the Textblock directive.
| Field Summary |
|---|
| Fields inherited from class org.apache.velocity.test.BaseTestCase |
|---|
context, DEBUG, engine, log, stringRepoName |
| Fields inherited from interface org.apache.velocity.test.TemplateTestBase |
|---|
CMP_FILE_EXT, COMPARE_DIR, FILE_RESOURCE_LOADER_PATH, RESULT_DIR, RESULT_FILE_EXT, TEST_CASE_PROPERTIES, TEST_COMPARE_DIR, TEST_RESULT_DIR, TMPL_FILE_EXT |
| Constructor Summary | |
|---|---|
TextblockTestCase(String name)
|
|
| Method Summary | |
|---|---|
void |
assertTextblockEvalEquals(String s)
|
void |
testDollarInsideTextblock()
|
void |
testDupeTokenChars()
|
void |
testLineCommentInsideTextblock()
https://issues.apache.org/jira/browse/VELOCITY-676 |
void |
testLooseTextblockEnd()
|
void |
testPartialStartEndTokensInsideTextblock()
|
void |
testServerSideIncludeEscaping()
https://issues.apache.org/jira/browse/VELOCITY-584 |
void |
testSingleHashInsideTextblock()
|
void |
testTextblockAjaxcode()
https://issues.apache.org/jira/browse/VELOCITY-661 |
void |
testTextblockEndBetweenTwoTextblockHalves()
|
void |
testTextblockInsideComment()
|
void |
testTextblockInsideForeachLoop()
|
void |
testTextblockStartInTextblock()
|
void |
testZerolengthTextblock()
|
String |
textblock(String s)
|
| Methods inherited from class org.apache.velocity.test.BaseTestCase |
|---|
addTemplate, assertContextValue, assertEvalEquals, assertEvalException, assertEvalException, assertEvalExceptionAt, assertEvalExceptionAt, assertSchmoo, assertTmplEquals, assureResultsDirectoryExists, evaluate, getFileContents, getFileName, getFileName, getStringRepository, getTestCaseName, info, info, isMatch, isMatch, normalizeNewlines, removeTemplate, setUp, setUpContext, setUpEngine, tearDown, testBase |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextblockTestCase(String name)
| Method Detail |
|---|
public String textblock(String s)
public void assertTextblockEvalEquals(String s)
throws Exception
Exception
public void testTextblockAjaxcode()
throws Exception
Exception
public void testLooseTextblockEnd()
throws Exception
Exception
public void testTextblockStartInTextblock()
throws Exception
Exception
public void testTextblockEndBetweenTwoTextblockHalves()
throws Exception
Exception
public void testZerolengthTextblock()
throws Exception
Exception
public void testTextblockInsideForeachLoop()
throws Exception
Exception
public void testSingleHashInsideTextblock()
throws Exception
Exception
public void testDollarInsideTextblock()
throws Exception
Exception
public void testTextblockInsideComment()
throws Exception
Exception
public void testPartialStartEndTokensInsideTextblock()
throws Exception
Exception
public void testDupeTokenChars()
throws Exception
Exception
public void testServerSideIncludeEscaping()
throws Exception
Exception
public void testLineCommentInsideTextblock()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||