jmock2 2.12.0-1 source package in Ubuntu

Changelog

jmock2 (2.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - New dependencies on libbyte-buddy-java and libfindbugs-annotations-java
    - Build the new jmock-imposters module
    - Ignore the new jmock-junit5 module
  * Fixed the build failure with junit 4.13 (Closes: #975197)
  * Removed the -java-doc package
  * Standards-Version updated to 4.5.1
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Mon, 18 Jan 2021 21:21:43 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jmock2_2.12.0-1.dsc 2.2 KiB 078f6dfa375cd26fa0af5dc9923830c8d23d6ae1a37e0b0503c1e77b051194db
jmock2_2.12.0.orig.tar.gz 109.3 KiB 9a93b325a59e776a157316e194b97090047e22ac120be8d37f347c4034564bc2
jmock2_2.12.0-1.debian.tar.xz 5.1 KiB 710edc1a740cbaa907f0e27a7f9de8813998a7db7db0a288ef1ff32d057bb18d

Available diffs

No changes file available.

Binary packages built by this source

libjmock2-java: Java library for testing code with mock objects

 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 autocompletion and refactoring features of your IDE
  * plugs into your favourite test framework
  * is easy to extend.