JMockit Eclipse Plugin
这是 Eclipse 的插件用来支持 JMockit. 提供测试方法建议并执行静态分析后报告 API 的滥用情况。
-
Suggests methods to be mocked
- Press Ctrl+Space inside a class extending
MockUp
or annotated with@MockClass
. A list of mockable methods will appear.
- Press Ctrl+Space inside a class extending
-
Reports warnings as-you-type if mocking API is not used correctly
- No corresponding real method for mocked method
- Mock method calling itself but is not marked as 'reentrant'
MockUp
used with interface but missinggetMockInstance()
call- Mock method missing
@Mock
annotation - and others
-
Automatically adds JMockit jar as
-javaagent
argument to JUnit launches.
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!