Project

General

Profile

Download (565 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * 
3
 */
4
package eu.etaxonomy.taxeditor.ui.selection;
5

    
6
import org.junit.After;
7

    
8
import eu.etaxonomy.taxeditor.test.AbstractEditorTest;
9

    
10
/**
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 
13
 * should be handled by different tests.
14
 * 
15
 * @author n.hoffmann
16
 *
17
 */
18
public abstract class AbstractSelectionElementTest extends AbstractEditorTest{
19

    
20
	
21

    
22
	@After
23
	public void tearDown() {
24
		utils.cancel();
25
	}
26
	
27
}
(1-1/5)