org.apache.velocity.test
Class ContextSafetyTestCase
- TemplateTestBase
public class ContextSafetyTestCase
Tests if we are context safe : can we switch objects in the context
and re-merge the template safely.
NOTE:
This class should not extend RuntimeTestCase because this test
is run from the VelocityTestSuite which in effect a runtime
test suite and the test suite initializes the Runtime. Extending
RuntimeTestCase causes the Runtime to be initialized twice.
Version:
- Geir Magnusson Jr.
void | runTest() - Runs the test.
|
static junit.framework.Test | suite()
|
ContextSafetyTestCase
public ContextSafetyTestCase()
runTest
public void runTest()
Runs the test.
suite
public static junit.framework.Test suite()
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.