Statistics
| Revision:

root / trunk / extensions / extScripting / src-test / org / gvsig / scripting / AllTests.java @ 13477

History | View | Annotate | Download (273 Bytes)

1
package org.gvsig.scripting;
2

    
3
import junit.framework.Test;
4
import junit.framework.TestSuite;
5

    
6
public class AllTests {
7

    
8
        public static Test suite() {
9
                TestSuite suite = new TestSuite("Test for org.gvsig.scripting");
10
                //$JUnit-BEGIN$
11

    
12
                //$JUnit-END$
13
                return suite;
14
        }
15

    
16
}