Statistics
| Revision:

root / trunk / extensions / extAnnotations / src-test / com / iver / cit / gvsig / annotations / AllTests.java @ 13514

History | View | Annotate | Download (300 Bytes)

1
package com.iver.cit.gvsig.annotations;
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(
10
                                "Test for com.iver.cit.gvsig.annotations");
11
                //$JUnit-BEGIN$
12

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

    
17
}