Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmockit/jmockit1
Advanced Java library for integration testing, mocking, faking, and code coverage
https://github.com/jmockit/jmockit1
codebase codecoverage integration-testing java mocking testing unittesting
Last synced: about 2 months ago
JSON representation
Advanced Java library for integration testing, mocking, faking, and code coverage
- Host: GitHub
- URL: https://github.com/jmockit/jmockit1
- Owner: jmockit
- License: other
- Created: 2014-07-08T12:02:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:33:04.000Z (about 2 years ago)
- Last Synced: 2024-10-29T19:19:06.156Z (2 months ago)
- Topics: codebase, codecoverage, integration-testing, java, mocking, testing, unittesting
- Language: Java
- Homepage:
- Size: 5.41 MB
- Stars: 463
- Watchers: 42
- Forks: 239
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-hacking-lists - jmockit/jmockit1 - Advanced Java library for integration testing, mocking, faking, and code coverage (Java)
README
Codebase for JMockit 1.x releases - [Documentation](http://jmockit.github.io) - [Release notes](http://jmockit.github.io/changes.html)
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