Jar examples for c: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.
You can download jar file classmock 1.1.2 in this page.
MIT License
You can use the following script to add classmock-1.1.2.jar to your project.
<dependency> <groupId>net.sf.esfinge</groupId> <artifactId>classmock</artifactId> <version>1.1.2</version> </dependency>
compile group: 'net.sf.esfinge', name: 'classmock', version: '1.1.2'
libraryDependencies += "net.sf.esfinge" % "classmock" % "1.1.2"
<dependency org="net.sf.esfinge" name="classmock" rev="1.1.2"/>
@Grapes(@Grab(group='net.sf.esfinge', module='classmock', version='1.1.2'))
'net.sf.esfinge:classmock:jar:1.1.2'
Click the following link to download the jar file.
classmock-1.1.2-javadoc.jar