Project

General

Profile

« Previous | Next » 

Revision 2720ea2c

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-model/src/test/java/eu/etaxonomy/cdm/strategy/match/DefaultMatchStrategyTest.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.strategy.match;
11 10

  
12 11
import java.net.URI;
13 12

  
14 13
import org.apache.log4j.Logger;
15 14
import org.joda.time.DateTime;
16
import org.junit.After;
17
import org.junit.AfterClass;
18 15
import org.junit.Assert;
19 16
import org.junit.Before;
20 17
import org.junit.BeforeClass;
......
76 73

  
77 74
	private IBook book3;
78 75

  
79
	/**
80
	 * @throws java.lang.Exception
81
	 */
82 76
	@BeforeClass
83 77
	public static void setUpBeforeClass() throws Exception {
84 78
		DefaultTermInitializer termInitializer = new DefaultTermInitializer();
85 79
		termInitializer.initialize();
86 80
	}
87 81

  
88
	/**
89
	 * @throws java.lang.Exception
90
	 */
91
	@AfterClass
92
	public static void tearDownAfterClass() throws Exception {
93
	}
94

  
95
	/**
96
	 * @throws java.lang.Exception
97
	 */
98 82
	@Before
99 83
	public void setUp() throws Exception {
100 84
		team1 = Team.NewInstance();
......
137 121

  
138 122
	}
139 123

  
140
	/**
141
	 * @throws java.lang.Exception
142
	 */
143
	@After
144
	public void tearDown() throws Exception {
145
	}
146

  
147 124
//********************* TEST *********************************************/
148 125

  
149 126
	/**

Also available in: Unified diff