Skip to content

Commit 0285e44

Browse files
committedDec 21, 2018
Updated the README file.
1 parent 754fe79 commit 0285e44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Codebase for JMockit 1.x releases - [Documentation](http://jmockit.github.io) -
22

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

0 commit comments

Comments
 (0)
Please sign in to comment.