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:
- main/pom.xml builds jmockit-1.n.jar, running JUnit and TestNG test suites
- coverage/pom.xml builds jmockit-coverage-1.n.jar
- coverageTests/pom.xml runs JUnit tests for the coverage tool
- samples/pom.xml runs all sample test suites