https://github.com/jmockit/jmockit1

codebase codecoverage integration-testing java mocking testing unittesting

Last synced: about 1 month ago

Repository metadata:

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


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 1,885
Total Committers: 4
Avg Commits per committer: 471.25
Development Distribution Score (DDS): 0.002

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
rliesenfeld r****d@g****m 1882
Paul Idstein p****n@g****m 1
gliptak g****k@g****m 1
phigoro p****o 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

maven: org.jmockit:jmockit

JMockit is a Java toolkit for automated developer testing. It contains APIs for the creation of the objects to be tested, for mocking dependencies, and for faking external APIs; JUnit (4 & 5) and TestNG test runners are supported. It also contains an advanced code coverage tool.

  • Homepage: http://jmockit.github.io
  • Documentation: https://appdoc.app/artifact/org.jmockit/jmockit/
  • Licenses: The MIT License
  • Latest release: 1.36.3 (published about 7 years ago)
  • Last Synced: 2024-11-11T01:03:11.061Z (about 1 month ago)
  • Versions: 49
  • Dependent Packages: 907
  • Dependent Repositories: 4,582
  • Docker Downloads: 31,717,363
  • Rankings:
    • Dependent packages count: 0.083%
    • Dependent repos count: 0.14%
    • Docker downloads count: 5.548%
    • Average: 7.051%
    • Forks count: 13.002%
    • Stargazers count: 16.481%
maven: org.jmockit:jmockit-coverage

JMockit Coverage is a code coverage tool with several metrics (line, path, data) capable of generating HTML reports. It is designed with ease of use in mind, avoiding the need for complex configuration. Instead, smart (but overridable) defaults are employed, such as the selection of which classes to consider for coverage, and where to find sources files for report generation.

  • Homepage: http://www.jmockit.org
  • Documentation: https://appdoc.app/artifact/org.jmockit/jmockit-coverage/
  • Licenses: The MIT LICENSE
  • Latest release: 0.999.27 (published over 10 years ago)
  • Last Synced: 2024-11-11T01:03:12.926Z (about 1 month ago)
  • Versions: 20
  • Dependent Packages: 22
  • Dependent Repositories: 69
  • Docker Downloads: 3,485
  • Rankings:
    • Dependent repos count: 2.482%
    • Dependent packages count: 2.917%
    • Docker downloads count: 3.709%
    • Average: 7.721%
    • Forks count: 13.012%
    • Stargazers count: 16.487%

Dependencies

coverageTests/pom.xml maven
  • com.github.spotbugs:spotbugs-annotations 4.0.0
  • junit:junit 4.13 test
  • org.jmockit:jmockit 1.49 test
main/pom.xml maven
  • com.github.spotbugs:spotbugs-annotations 4.0.0
  • javax:javaee-api 7.0
  • junit:junit 4.13
  • org.junit.jupiter:junit-jupiter-engine 5.6.0
  • org.springframework:spring-context 5.2.4.RELEASE
  • org.springframework:spring-web 5.2.4.RELEASE
  • org.testng:testng 7.1.0
samples/LoginService/pom.xml maven
  • com.github.spotbugs:spotbugs-annotations 4.0.0
  • javax:javaee-api 7.0
  • junit:junit
  • org.jmockit:jmockit
  • org.testng:testng
samples/java8testing/pom.xml maven
  • org.jmockit:jmockit
  • org.junit.jupiter:junit-jupiter 5.6.0 test
samples/petclinic/pom.xml maven
  • com.github.spotbugs:spotbugs-annotations 4.0.0
  • javax.xml.bind:jaxb-api 2.3.1
  • javax:javaee-api 8.0
  • org.hibernate.validator:hibernate-validator 6.1.2.Final
  • org.hibernate:hibernate-entitymanager 5.4.12.Final
  • org.hsqldb:hsqldb 2.5.0
  • org.jmockit:jmockit 1.49 test
  • org.junit.jupiter:junit-jupiter 5.6.0 test
samples/pom.xml maven
  • junit:junit 4.13 test
  • org.hamcrest:hamcrest-core 2.2 test
  • org.jmockit:jmockit 1.49 test
  • org.testng:testng 7.1.0 test
samples/tutorial/pom.xml maven
  • javax:javaee-api 8.0 provided
  • junit:junit
  • org.apache.commons:commons-email 1.5
  • org.eclipse.persistence:eclipselink 2.7.6
  • org.jmockit:jmockit
  • org.hsqldb:hsqldb 2.5.0 test