|
||||||||||
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.BaseEvalTestCase
org.apache.velocity.test.DefineTestCase
public class DefineTestCase
This class tests the #define directive
Nested Class Summary | |
---|---|
static class |
DefineTestCase.Inc
|
Field Summary |
---|
Fields inherited from class org.apache.velocity.test.BaseEvalTestCase |
---|
context, DEBUG, engine, log |
Constructor Summary | |
---|---|
DefineTestCase(String name)
|
Method Summary | |
---|---|
protected String |
defAndEval(String block)
|
protected String |
defAndEval(String key,
String block)
|
void |
testAssignation()
|
void |
testLateBinding()
|
void |
testNonRenderingUsage()
|
void |
testNotSimple()
|
void |
testOverridingDefinitionInternally()
|
void |
testRecursionLimit()
|
void |
testRerendering()
|
void |
testSimple()
|
void |
testThingsOfQuestionableMorality()
|
Methods inherited from class org.apache.velocity.test.BaseEvalTestCase |
---|
assertContextValue, assertEvalEquals, assertEvalException, assertEvalException, assertEvalExceptionAt, assertEvalExceptionAt, evaluate, setContext, setProperties, setUp, 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 DefineTestCase(String name)
Method Detail |
---|
protected String defAndEval(String block)
protected String defAndEval(String key, String block)
public void testSimple()
public void testNotSimple()
public void testOverridingDefinitionInternally()
public void testLateBinding()
public void testRerendering()
public void testAssignation()
public void testNonRenderingUsage()
public void testRecursionLimit()
public void testThingsOfQuestionableMorality()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |