is not current version
Last Version 2.3

net.sf.esfinge:classmock 1.1.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.

Categories

Categories

Net
GroupId

GroupId

net.sf.esfinge
ArtifactId

ArtifactId

classmock
Version

Version

1.1.3
Type

Type

jar

Download classmock 1.1.3


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