@Override
 protected void setUp() throws Exception {
   super.setUp();
   ProjectTestUtil.setAutoBuilding(false);
   GwtTestUtilities.setUp();
   GwtRuntimeTestUtilities.addDefaultRuntime();
 }
 @Override
 protected void tearDown() throws Exception {
   ProjectTestUtil.setAutoBuilding(true);
   super.tearDown();
 }