1 52 53 package freemarker.testcase; 54 55 56 60 public class TestInterpret extends AbstractTestCase 61 { 62 public TestInterpret(String aTestname) 63 { 64 super( aTestname ); 65 } 66 67 70 public void setUp() { 71 setUpFiles( "test-interpret.html" ); 72 } 73 74 76 public static void main( String [] argc ) throws Exception  77 { 78 new TestInterpret( "test-interpret.html" ).run(); 79 } 80 } | Popular Tags |