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.
http://esfinge.sourceforge.net/
MIT License
Esfinge Framework
Eduardo Guerra Marco Augusto Ribeiro Nardes Marcos Nazário
Files download
File Operation
classmock-2.3.jar download
classmock-2.3.pom download
classmock-2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.esfinge</groupId>
  <artifactId>classmock</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.esfinge:classmock:2.3'
Gradle Kotlin
implementation("net.sf.esfinge:classmock:2.3")
Scala SBT
libraryDependencies += "net.sf.esfinge" % "classmock" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.esfinge', module='classmock', version='2.3')
)
Apache Ivy
<dependency org="net.sf.esfinge" name="classmock" rev="2.3" />
Leiningen
[net.sf.esfinge/classmock "2.3"]
Apache Buildr
'net.sf.esfinge:classmock:jar:2.3'