1 52 53 package freemarker.testcase; 54 55 56 60 public class TestRecover extends AbstractTestCase { 61 62 63 64 public TestRecover( String aTestname ) { 65 super( aTestname ); 66 } 67 68 71 public void setUp() { 72 setUpFiles( "test-recover.ftl" ); 73 } 74 75 77 public static void main( String [] argc ) throws Exception { 78 AbstractTestCase cTest = new TestArithmetic( "test-recover.ftl" ); 79 cTest.run(); 80 } 81 } 82 | Popular Tags |