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