欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
HiMock
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
+ | 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. | ||
+ | |||
+ | ==相关链接== | ||
+ | *项目主页 http://labs.huihoo.com/himock/ | ||
+ | |||
[[category:Huihoo Projects]] | [[category:Huihoo Projects]] |
2006年7月17日 (一) 15:38的版本
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.
相关链接
分享您的观点