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