开发者

A way of skipping tests in a GWTTestCase

开发者 https://www.devze.com 2023-02-24 17:08 出处:网络
Is there something simila开发者_运维技巧r to jUnit\'s @Ignore annotation for the GWTTestCase?I haven\'t used this API, but it looks like GWTTestCase extends junit.framework.TestCase.

Is there something simila开发者_运维技巧r to jUnit's @Ignore annotation for the GWTTestCase?


I haven't used this API, but it looks like GWTTestCase extends junit.framework.TestCase. Hence annotations wont be available and you'll have to manually rename your testXX methods to something that doesn't start with 'test'

0

精彩评论

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