Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/server/AllTests.java

Diff revisions: vs.
  @@ -1,30 +1,30 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.server;
3 -
4 - import org.litesoft.GWT.forms.server.*;
5 -
6 - import junit.framework.*;
7 - import junit.textui.*;
8 -
9 - public class AllTests extends TestCase {
10 - public AllTests( String name ) {
11 - super( name );
12 - }
13 -
14 - public static TestSuite suite()
15 - throws Exception {
16 - TestSuite suite = new TestSuite( AllTests.class.getName() );
17 -
18 - suite.addTest( EBSIDefPlusTest.suite() );
19 -
20 - suite.addTest( InterceptingProxyExternalizationTest.suite() );
21 - suite.addTestSuite( UtilsGwtTests.class );
22 -
23 - return suite;
24 - }
25 -
26 - public static void main( String args[] )
27 - throws Exception {
28 - TestRunner.run( suite() );
29 - }
30 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.server;
3 +
4 + import org.litesoft.GWT.forms.server.*;
5 +
6 + import junit.framework.*;
7 + import junit.textui.*;
8 +
9 + public class AllTests extends TestCase {
10 + public AllTests( String name ) {
11 + super( name );
12 + }
13 +
14 + public static TestSuite suite()
15 + throws Exception {
16 + TestSuite suite = new TestSuite( AllTests.class.getName() );
17 +
18 + suite.addTest( EBSIDefPlusTest.suite() );
19 +
20 + suite.addTest( InterceptingProxyExternalizationTest.suite() );
21 + suite.addTestSuite( UtilsGwtTests.class );
22 +
23 + return suite;
24 + }
25 +
26 + public static void main( String args[] )
27 + throws Exception {
28 + TestRunner.run( suite() );
29 + }
30 + }