Hello,
I'm getting a "com.googlecode.gwt.test.exceptions.GwtTestUiBinderException: Cannot find the .ui.xml file corresponding to [com.example.client.ui.myViewImplementation]" when instantiating the view in a test. The test extends GwtTest.
The .ui.xml exists and is in the same folder as the .java class (in the client code).
In my gwt-test-utils.properties I have:
com.example.MyModule = gwt-module
com.example.client.ui = scan-package
I'm using GWT 2.6.1 and gwt-test-utils 0.47.
Does anyone know how to solve this?