Package jmock: Information

Source package: jmock
Version: 2.12.0-alt1_7jpp11
Latest version according to Repology
Build time:  Jul 2, 2022, 12:38 PM in the task #303010
Category: Development/Java
Report package bug
License: BSD
Summary: Java library for testing code with mock objects
Description: 
Mock objects help you design and test the interactions between the objects in
your programs.
The jMock library:
  * makes it quick and easy to define mock objects, so you don't break the
    rhythm of programming.
  * lets you precisely specify the interactions between your objects, reducing
    the brittleness of your tests.
  * works well with the auto-completion and re-factoring features of your IDE
  * plugs into your favorite test framework
  * is easy to extend.

List of rpms provided by this srpm:
jmock (noarch)
jmock-example (noarch)
jmock-imposters (noarch)
jmock-javadoc (noarch)
jmock-junit3 (noarch)
jmock-junit4 (noarch)
jmock-junit5 (noarch)
jmock-legacy (noarch)
jmock-testjar (noarch)

Maintainer: Igor Vlasenko

List of contributors:
Igor Vlasenko

ACL:
Igor Vlasenko
@java

    1. maven-local
    2. /proc
    3. mvn(cglib:cglib)
    4. mvn(com.google.auto.service:auto-service)
    5. mvn(com.google.code.findbugs:jsr305)
    6. mvn(javax.xml.ws:jaxws-api)
    7. mvn(junit:junit)
    8. mvn(net.bytebuddy:byte-buddy)
    9. mvn(org.apache-extras.beanshell:bsh)
    10. mvn(org.apache.maven.plugins:maven-dependency-plugin)
    11. mvn(org.apache.maven.surefire:surefire-junit-platform)
    12. mvn(org.codehaus.mojo:exec-maven-plugin)
    13. mvn(org.hamcrest:hamcrest)
    14. mvn(org.hamcrest:hamcrest-library)
    15. mvn(org.junit.jupiter:junit-jupiter-api)
    16. mvn(org.junit.jupiter:junit-jupiter-engine)
    17. mvn(org.junit.jupiter:junit-jupiter-params)
    18. mvn(org.junit.platform:junit-platform-launcher)
    19. mvn(org.objenesis:objenesis)
    20. mvn(org.ow2.asm:asm)
    21. rpm-build-java
    22. jpackage-default

Last changed


July 1, 2022 Igor Vlasenko 0:2.12.0-alt1_7jpp11
- update
Aug. 16, 2021 Igor Vlasenko 0:2.12.0-alt1_4jpp11
- fixed build
July 1, 2021 Igor Vlasenko 0:2.12.0-alt1_3jpp11
- jvm11 build, added unzip BR