| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.esfinge |
| ArtifactId | ArtifactIdclassmock |
| Version | Version2.3 |
| Type | Typejar |
| Description |
DescriptionClassmock
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 |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| classmock-2.3.pom | |
| classmock-2.3.jar | 56 KB |
| classmock-2.3-sources.jar | 31 KB |
| classmock-2.3-javadoc.jar | 207 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |