| org.apache.velocity.test.ClassloaderChangeTestCase
ClassloaderChangeTestCase | public class ClassloaderChangeTestCase extends TestCase implements LogChute(Code) | | Tests if we can hand Velocity an arbitrary class for logging.
author: Geir Magnusson Jr. version: $Id: ClassloaderChangeTestCase.java 463298 2006-10-12 16:10:32Z henning $ |
ClassloaderChangeTestCase | public ClassloaderChangeTestCase(String name)(Code) | | Default constructor.
|
isLevelEnabled | public boolean isLevelEnabled(int level)(Code) | | |
log | public void log(int level, String message)(Code) | | method to catch Velocity log messages. When we
see the introspector dump message, then set the flag
|
log | public void log(int level, String message, Throwable t)(Code) | | method to catch Velocity log messages. When we
see the introspector dump message, then set the flag
|
suite | public static Test suite()(Code) | | |
testClassloaderChange | public void testClassloaderChange() throws Exception(Code) | | Runs the test.
|
|
|