Statistics
| Revision:

svn-gvsig-desktop / branches / Mobile_Compatible_Hito_1 / libDXF / src-test / org / cresques / dxf / AllTests.java @ 21930

History | View | Annotate | Download (283 Bytes)

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

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

    
16
}