Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libCorePlugin / src-test / org / gvsig / coreplugin / AllTests.java @ 29630

History | View | Annotate | Download (275 Bytes)

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

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

    
16
}