开发者

How to mock Smart GWT ListGrid

开发者 https://www.devze.com 2023-03-12 00:59 出处:网络
H开发者_Python百科as any one been able to mock Smart GWT ListGrid, using for example PowerMock? If so, can you share an example, please.You probably don\'t want to do it. Use DataBoundComponent interf

H开发者_Python百科as any one been able to mock Smart GWT ListGrid, using for example PowerMock? If so, can you share an example, please.


You probably don't want to do it. Use DataBoundComponent interface, or another interface ListGrid implements that you want to access and mock that instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消