共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > mockinject |
mockinject
|
1 | 0 | 315 |
贡献者 | 讨论 | 代码提交 |
MockInject is a library that supports accurate injection of your mockobjects (manual written or generated). Supported injection points are constructor- or method-calls. The injection-points can be defined by using a simple edsl. It uses ByteCodeInstrumentation to inject your mocks, but you needen't to have any Knowledge about BCI or JavaBytecode, just use the edsl.