Subversion Repositories eFlore/Applications.coel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
400 jp_milcent 1
package org.tela_botanica.client;
2
 
3
import com.google.gwt.junit.client.GWTTestCase;
4
 
5
public class CoelTest extends GWTTestCase {
6
	private Coel module = null;
7
 
8
	public String getModuleName() {
9
		return "org.tela_botanica.Coel";
10
	}
11
 
12
	protected void gwtSetUp() {
13
		module = new Coel();
14
		module.onModuleLoad();
15
	}
16
 
17
}