mockito 2.23.0-2 source package in Ubuntu

Changelog

mockito (2.23.0-2) unstable; urgency=medium

  * Team upload.
  * Fixed the build failure with OpenJDK 17 (Closes: #1011158)
  * Standards-Version updated to 4.6.1
  * Switch to debhelper level 13
  * Fixed the watch file

 -- Emmanuel Bourg <email address hidden>  Tue, 24 May 2022 09:45:29 +0200

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
Mantic release universe java
Lunar release universe java
Kinetic release universe java

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mockito_2.23.0-2.dsc 2.1 KiB 57e5b4ca9a57753d34315c938137554f49092a6c9d259ef97d2ee9ae7b83fa8b
mockito_2.23.0.orig.tar.xz 365.3 KiB b9f76525f44797e0f63a24ecaf8e0574868cce1c5a4a3d1d712e050418d3c5dd
mockito_2.23.0-2.debian.tar.xz 9.2 KiB bec2525c99eb0c98237d85038041010404ecc390b6e930fef84f75334d0a35c6

Available diffs

No changes file available.

Binary packages built by this source

libmockito-java: mocking framework for Java

 Mockito is a mocking library which lets you write tests with a
 clean and simple API.
 .
 It generates mocks using reflection, it records all mock invocations,
 including methods arguments.