MVN

net.sf.esfinge : classmock

Maven & Gradle

Nov 24, 2018
3 usages
4 stars

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.

<dependency>
    <groupId>net.sf.esfinge</groupId>
    <artifactId>classmock</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.esfinge : classmock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of net.sf.esfinge : classmock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
classmock-2.3
2.2
classmock-2.2
2.1.x
classmock-2.1.2
classmock-2.1.1
2.1
classmock-2.1
1.1.x
classmock-1.1.3
classmock-1.1.2
classmock-1.1.1

How to add a dependency to Maven

Add the following net.sf.esfinge : classmock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.esfinge</groupId>
    <artifactId>classmock</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.esfinge : classmock gradle dependency to your build.gradle file:

implementation 'net.sf.esfinge:classmock:2.3'

Gradle Kotlin DSL: Add the following net.sf.esfinge : classmock gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.esfinge:classmock:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.esfinge : classmock sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.esfinge" % "classmock" % "2.3"

Advertisement

Dependencies from Group

Sep 30, 2016
5 usages
5 stars
Nov 24, 2018
3 usages
4 stars
Oct 26, 2019
2 usages
9 stars
Apr 08, 2019
1 usages
1 stars
Apr 08, 2019
1 usages
1 stars

Discover Dependencies

May 31, 2019
7 usages
423 stars
Feb 22, 2023
9 usages
212 stars
Jan 18, 2019
9 usages
7 stars
Nov 11, 2020
10 usages
0 stars
Aug 22, 2023
9 usages
0 stars
Aug 17, 2015
5 usages
0 stars
Jun 07, 2023
4 usages
9 stars
Apr 23, 2020
4 usages