| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.vmock |
| ArtifactId | ArtifactIdvmock |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
DescriptionVirtual 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 |
| Filename | Size |
|---|---|
| vmock-1.1.1.pom | |
| vmock-1.1.1.jar | 48 KB |
| vmock-1.1.1-sources.jar | 37 KB |
| vmock-1.1.1-javadoc.jar | 198 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.aspectj : aspectjweaver | jar | 1.7.3 |
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.2 |