Statistics
| Revision:

root / branches / v2_0_0_prep / extensions / extExpressionField / src-test / com / iver / cit / gvsig / expressionField / AllTests.java @ 27752

History | View | Annotate | Download (325 Bytes)

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

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

    
17
}