Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libTools / src-test / org / gvsig / tools / exception / ListBaseExceptionTest.java @ 23150

History | View | Annotate | Download (293 Bytes)

1
package org.gvsig.tools.exception;
2

    
3
import junit.framework.TestCase;
4

    
5
public class ListBaseExceptionTest extends TestCase {
6

    
7
        protected void setUp() throws Exception {
8
                super.setUp();
9
        }
10

    
11
        protected void tearDown() throws Exception {
12
                super.tearDown();
13
        }
14

    
15
        public void testSimple(){
16

    
17
        }
18

    
19
}