HiMock

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
 
 
(未显示1个用户的3个中间版本)
第1行: 第1行:
[[category:Huihoo Projects]]
+
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://www.huihoo.org/himock/
 +
*下载 - http://download.huihoo.com/huihoo/himock/
 +
 
 +
[[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.

[编辑] 相关链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱