diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2009-04-29 00:03:09 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2009-04-29 00:03:09 +0000 |
commit | f83c6184057d3fbbbea339ac12f76f1fa79f7828 (patch) | |
tree | 5e11461f86748739201acf4e12cfb8cd3de7e632 | |
parent | ba2b023d7c2786c9d3a78635fffc58f48e889e9b (diff) | |
download | gwtquery-f83c6184057d3fbbbea339ac12f76f1fa79f7828.tar.gz gwtquery-f83c6184057d3fbbbea339ac12f76f1fa79f7828.zip |
Sample test case
-rw-r--r-- | gwtquery-core/src/test/java/gwtquery/client/GwtQueryCoreTest.java | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gwtquery-core/src/test/java/gwtquery/client/GwtQueryCoreTest.java b/gwtquery-core/src/test/java/gwtquery/client/GwtQueryCoreTest.java new file mode 100644 index 00000000..c65724b2 --- /dev/null +++ b/gwtquery-core/src/test/java/gwtquery/client/GwtQueryCoreTest.java @@ -0,0 +1,13 @@ +package gwtquery.client; + +import com.google.gwt.junit.client.GWTTestCase; + +/** + * + */ +public class GwtQueryCoreTest extends GWTTestCase { + + public String getModuleName() { + return "gwtquery.GwtQuery"; + } +} |