//package com.omnispots.client; // //import junit.framework.Assert; // //import com.google.gwt.junit.gwtlite.GWTTestCase; // //public class GwtTestSample // extends GWTTestCase //{ // // public String getModuleName() // { // return "com.leanengine.Application"; // } // // public void testSomething() // { // // Not much to actually test in this sample web // // Ideally you would test your Controller here (NOT YOUR UI) // // (Make calls to RPC services, test gwtlite side model objects, test gwtlite side logic, etc) // Assert.assertTrue( true ); // } //}