Последняя версия

Classmock 2.3

ClassMock is a framework that helps the creation of unit tests for components that use reflection or annotations. In this kind of classes, the behavior is dependent of the class structure. This way, each test case usually works with a different class created specifically for the test. With ClassMock is possible to define and generate classes in runtime, allowing a better test readability and logic sharing between tests.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.esfinge
Идентификатор

Идентификатор

classmock
Версия

Версия

2.3
Тип

Тип

jar
Описание

Описание

Classmock
ClassMock is a framework that helps the creation of unit tests for components that use reflection or annotations. In this kind of classes, the behavior is dependent of the class structure. This way, each test case usually works with a different class created specifically for the test. With ClassMock is possible to define and generate classes in runtime, allowing a better test readability and logic sharing between tests.
Ссылка на сайт

Ссылка на сайт

http://esfinge.sourceforge.net/
Организация-разработчик

Организация-разработчик

Esfinge Framework
Система контроля версий

Система контроля версий

https://github.com/EsfingeFramework/ClassMock.git

Скачать classmock 2.3


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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.ow2.asm : asm jar 6.0
com.github.javaparser : javaparser-core jar 3.5.14
org.apache.commons : commons-lang3 jar 3.7

test (4)

Идентификатор библиотеки Тип Версия
org.ow2.asm : asm-util jar 6.0
org.powermock : powermock-module-testng jar 1.7.3
org.powermock : powermock-api-mockito jar 1.7.3
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.0.Final

Модули Проекта

Данный проект не имеет модулей.