Last Version

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.esfinge
ArtifactId

ArtifactId

classmock
Version

Version

2.3
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://esfinge.sourceforge.net/
Project Organization

Project Organization

Esfinge Framework
Source Code Management

Source Code Management

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

Download 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.