Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libGeometries3D / src / test / java / org / gvsig / operations3D / Draw3DSolidTest.java @ 21515

History | View | Annotate | Download (291 Bytes)

1 21515 jcampos
package org.gvsig.operations3D;
2
3
import org.gvsig.exceptions.BaseException;
4
5
import junit.framework.TestCase;
6
7
public class Draw3DSolidTest extends TestCase {
8
9
        public void testOperationSolid() throws BaseException {
10
                // TODO: place here the test to the solid operation.
11
        }
12
}