Last Version

Virtual Mock Objects library for Java 1.1.1

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.

License

License

GroupId

GroupId

com.googlecode.vmock
ArtifactId

ArtifactId

vmock
Version

Version

1.1.1
Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

https://code.google.com/p/vmock/source/browse/

Download vmock 1.1.1


<!-- https://jarcasting.com/artifacts/com.googlecode.vmock/vmock/ -->
<dependency>
    <groupId>com.googlecode.vmock</groupId>
    <artifactId>vmock</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.vmock/vmock/
implementation 'com.googlecode.vmock:vmock:1.1.1'
// https://jarcasting.com/artifacts/com.googlecode.vmock/vmock/
implementation ("com.googlecode.vmock:vmock:1.1.1")
'com.googlecode.vmock:vmock:jar:1.1.1'
<dependency org="com.googlecode.vmock" name="vmock" rev="1.1.1">
  <artifact name="vmock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.vmock', module='vmock', version='1.1.1')
)
libraryDependencies += "com.googlecode.vmock" % "vmock" % "1.1.1"
[com.googlecode.vmock/vmock "1.1.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.aspectj : aspectjrt jar 1.7.3
commons-lang : commons-lang jar 2.6
commons-collections : commons-collections jar 3.2.1
cglib : cglib jar 2.2.2
asm : asm jar 3.3.1
asm : asm-util jar 3.3.1
org.objenesis : objenesis jar 2.0

test (3)

Group / Artifact Type Version
org.aspectj : aspectjweaver jar 1.7.3
junit : junit jar 4.11
org.easymock : easymock jar 3.2

Project Modules

There are no modules declared in this project.