Statistics
| Revision:

root / trunk / libraries / libCorePlugin / src-test / com / iver / core / AllTests.java @ 13352

History | View | Annotate | Download (261 Bytes)

1
package com.iver.core;
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 com.iver.core");
10
                //$JUnit-BEGIN$
11

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

    
16
}