| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.googlecode.vmock |
| Идентификатор | Идентификаторvmock |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| vmock-1.1.1.pom | |
| vmock-1.1.1.jar | 38 KB |
| vmock-1.1.1-sources.jar | 32 KB |
| vmock-1.1.1-javadoc.jar | 168 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.aspectj : aspectjweaver | jar | 1.7.3 |
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.2 |