Unit testing of GWT RequestFactory services without GWTTestCase

后端 未结 2 1139
慢半拍i
慢半拍i 2021-02-03 10:17

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

2条回答
  •  清歌不尽
    2021-02-03 11:05

    I found it myself browsing GWT's source code. The answer is hidden in InProcessRequestTransport javadoc:

    https://gwt.googlesource.com/gwt/+/master/user/src/com/google/web/bindery/requestfactory/server/testing/InProcessRequestTransport.java

提交回复
热议问题