Revision 23744 branches/v2_0_0_prep/libraries/libTools/src-test/org/gvsig/tools/exception/AllTests.java

View differences:

AllTests.java
2 2
 *
3 3
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
4 4
 * of the Valencian Gobernment (CIT)
5
 * 
5
 *
6 6
 * This program is free software; you can redistribute it and/or
7 7
 * modify it under the terms of the GNU General Public License
8 8
 * as published by the Free Software Foundation; either version 2
9 9
 * of the License, or (at your option) any later version.
10
 * 
10
 *
11 11
 * This program is distributed in the hope that it will be useful,
12 12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 14
 * GNU General Public License for more details.
15
 * 
15
 *
16 16
 * You should have received a copy of the GNU General Public License
17 17
 * along with this program; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 19
 * MA  02110-1301, USA.
20
 * 
20
 *
21 21
 */
22 22

  
23 23
/*
......
31 31
public class AllTests {
32 32

  
33 33
	public static Test suite() {
34
		TestSuite suite = new TestSuite("Test for org.gvsig.exceptions");
34
		TestSuite suite = new TestSuite("Test for org.gvsig.tools.exceptions");
35 35
		//$JUnit-BEGIN$
36 36
		suite.addTestSuite(ListBaseExceptionTest.class);
37 37
		suite.addTestSuite(BaseExceptionTest.class);

Also available in: Unified diff