Revision 168 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.swing/org.gvsig.tools.swing.impl/src/test/java/org/gvsig/tools/AppTest.java

View differences:

AppTest.java
11 11
    extends TestCase
12 12
{
13 13
    /**
14
     * @return the suite of tests being tested
15
     */
16
    public static Test suite()
17
    {
18
        return new TestSuite( AppTest.class );
19
    }
20

  
21
    /**
14 22
     * Create the test case
15 23
     *
16 24
     * @param testName name of the test case
......
21 29
    }
22 30

  
23 31
    /**
24
     * @return the suite of tests being tested
25
     */
26
    public static Test suite()
27
    {
28
        return new TestSuite( AppTest.class );
29
    }
30

  
31
    /**
32 32
     * Rigourous Test :-)
33 33
     */
34 34
    public void testApp()

Also available in: Unified diff