Hi!
I am just trying to move from gwt-2.5.1 (gwt-test-utils-0.46) to gwt-2.6.1 (gwt-test-utils-0.47) and my GWTSpringTest classes are now missing the following mock classes:
import com.googlecode.gwt.test.web.MockHttpServletRequest;
import com.googlecode.gwt.test.web.MockServletConfig;
import com.googlecode.gwt.test.web.MockServletContext;
What happened to these files in the 0.47-release: what can/should be used instead for Servlet Mockings?
Thanks in advance.
Best regards,
Philipp