欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
HiMock
来自开放百科 - 灰狐
(版本间的差异)
(未显示1个用户的1个中间版本) | |||
第18行: | 第18行: | ||
==相关链接== | ==相关链接== | ||
− | *项目主页 http:// | + | *项目主页 http://www.huihoo.org/himock/ |
*下载 - http://download.huihoo.com/huihoo/himock/ | *下载 - http://download.huihoo.com/huihoo/himock/ | ||
− | [[category:Huihoo | + | [[category:Huihoo]] |
2010年8月16日 (一) 15:56的最后版本
HiMock is a Mock Objects Library for java from Huihoo.
It to help test the interactions of objects in isolation using Mock Objects.
[编辑] Features
HiMock is a Mock Objects Library for java, it to help test the interactions of objects in isolation using mock object.
This library can rapidly create a mock implementation of any interface or class using dynamic proxies.
Using the himock.jar library:
mock interface you only need add HiMock library to your CLASSPATH
mock the class you need add HiMock and CGLIB library to your CLASSPATH
> PS: JUnit is needed all above.
[编辑] 相关链接
分享您的观点