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