Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 509 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 509 Bytes

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

How to build the project:

  • use JDK 1.8
  • use Maven 3.2.5 or newer; there are four top-level modules:
    1. main/pom.xml builds jmockit-1.n.jar, running JUnit and TestNG test suites
    2. coverage/pom.xml builds jmockit-coverage-1.n.jar
    3. coverageTests/pom.xml runs JUnit tests for the coverage tool
    4. samples/pom.xml runs all sample test suites