oferrigni / jmock-container

jmock automocking container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMock auto container

Inspired by .net automocking containers

This container provides a relatively easy way to instantiate classes where all dependencies are satisfied with their jmock mocked values. This allows for faster writing of unit tests reflecting a development environment where an IOC container is being used

While any mocking framework could have been used, jmock was selected by the author. Future contributions could provide support for other mocking frameworks

For documentation on jmock go to http://jmock.org

About

jmock automocking container


Languages

Language:Java 94.9%Language:Groovy 5.1%