org.apache.velocity.test
public class MethodInvocationExceptionTest extends TestCase
Version: $Id: MethodInvocationExceptionTest.java,v 1.6.10.1 2004/03/03 23:23:04 geirm Exp $
| Constructor Summary | |
|---|---|
| MethodInvocationExceptionTest()
Default constructor. | |
| Method Summary | |
|---|---|
| void | doException() |
| void | getFoo() |
| void | runTest()
Runs the test :
uses the Velocity class to eval a string
which accesses a method that throws an
exception. |
| void | setFoo(String foo) |
| static Test | suite() |