Somewhere, I don\'t remember where, I spotted information, that starting from GWT 2.1.1 it is possible to test ReqeustFactory services without GWTTestCase. If this is true, plea
I found it myself browsing GWT's source code. The answer is hidden in InProcessRequestTransport javadoc:
InProcessRequestTransport
https://gwt.googlesource.com/gwt/+/master/user/src/com/google/web/bindery/requestfactory/server/testing/InProcessRequestTransport.java