Project

General

Profile

« Previous | Next » 

Revision 68f3f710

Added by Andreas Müller over 2 years ago

minor

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/selection/AbstractSelectionElementTest.java
1 1
/**
2
 * 
3
 */
2
* Copyright (C) 2015 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
4 9
package eu.etaxonomy.taxeditor.ui.selection;
5 10

  
6 11
import org.junit.After;
......
8 13
import eu.etaxonomy.taxeditor.test.AbstractEditorTest;
9 14

  
10 15
/**
11
 * This test will only test the selection element itself. The test may have to start other 
12
 * dialogs open windows before to get at the selection element. Any errors on the way 
16
 * This test will only test the selection element itself. The test may have to start other
17
 * dialogs open windows before to get at the selection element. Any errors on the way
13 18
 * should be handled by different tests.
14
 * 
19
 *
15 20
 * @author n.hoffmann
16 21
 *
17 22
 */
18 23
public abstract class AbstractSelectionElementTest extends AbstractEditorTest{
19 24

  
20
	
21

  
22 25
	@After
23 26
	public void tearDown() {
24 27
		utils.cancel();
25 28
	}
26
	
29

  
27 30
}

Also available in: Unified diff