Virtual Mock Objects library for Java

VMock is a Java mocking library with ability to mock method and constructor calls without the need to create mock objects. It uses AspectJ under the hood and should be used along with unit testing frameworks such as JUnit or TestNG.

Homepage POM file JAR file Javadoc
'com.googlecode.vmock:vmock:1.1.0'

Dependencies

Compile dependencies

Test dependencies