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.

相关链接

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

变换
操作
导航
工具箱