Skip to content

Advanced Java library for integration testing, mocking, faking, and code coverage

License

Notifications You must be signed in to change notification settings

jmockit/jmockit1

Folders and files

NameName
Last commit message
Last commit date
Jan 11, 2025
Jan 25, 2025
Jan 11, 2025
Nov 2, 2019
Aug 23, 2017
Apr 22, 2019
Feb 13, 2018
Aug 25, 2019
Dec 21, 2018
Aug 12, 2018

Repository files navigation

Codebase for JMockit 1.x releases - Documentation - Release notes

How to build the project:

  • use JDK 1.8 or newer
  • use Maven 3.6.0 or newer; the following are the top-level modules:
    1. main/pom.xml: builds jmockit-1.n.jar, running JUnit 4 and TestNG test suites
    2. coverageTests/pom.xml: runs JUnit 4 tests for the coverage tool
    3. samples/pom.xml: various sample test suites (tutorial, LoginService, java8testing) using JUnit 4, 5, or TestNG 6
    4. samples/petclinic/pom.xml: integration testing example using Java EE 8