Statistics
| Revision:

root / org.gvsig.projection / trunk / src / test / java / org / cresques / cts / AllTests.java @ 84

History | View | Annotate | Download (267 Bytes)

1
package org.cresques.cts;
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.cresques.cts");
10
                //$JUnit-BEGIN$
11

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

    
16
}