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