Ovidiu:

My Test Class code:
package com.xxx.app.client.test;
import com.google.gwt.junit.client.GWTTestCase;
public class MyTestClass extends GWTTestCase {
  public void test() {
    assertTrue("I've got this to work", true);
  }
  @Override
  public String getModuleName() {
    return "com.xxx.app.MyAppModule";
  }
}

quite simple!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to