junit&jmockit工具熟悉记录
junit&jmockit工具熟悉记录
1 介绍
2 使用&问题
- jmockit的使用可以参考iteye上的系列博文3。
- 出现jmockit warning问题及解决
Make sure jmockit.jar appears before any JUnit jar file in the classpath. Otherwise, it will shows warning: "WARNING: JMockit was initialized on demand, which may cause certain tests to fail; please check the documentation for better ways to get it initialized."