libconcurrentunit-java 0.4.6-2 source package in Ubuntu

Changelog

libconcurrentunit-java (0.4.6-2) unstable; urgency=medium

  * Source-only upload to unstable

 -- Pierre Gruet <email address hidden>  Wed, 30 Aug 2023 09:15:50 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconcurrentunit-java_0.4.6-2.dsc 2.1 KiB c87fd787b9ca0fc92c85cb185a08be628d93c13d647a63edfd644f9d02a2c9ed
libconcurrentunit-java_0.4.6.orig.tar.gz 11.9 KiB f18f0523d90b03a21f54dce6c3f4c3f6a338c21cb71d312fece29cae83b2f3b7
libconcurrentunit-java_0.4.6-2.debian.tar.xz 2.6 KiB 166d5c58fab7700c083487657be986f27ad3dabc0d899b737e3ea816f09fdb43

No changes file available.

Binary packages built by this source

libconcurrentunit-java: simple toolkit for testing multi-threaded Java code

 ConcurrentUnit was created to help developers test multi-threaded or
 asynchronous code. It allows one to perform assertions and wait for operations
 in any thread, with failures being properly reported back to the main test
 thread. If an assertion fails, the test fails, regardless of which thread the
 assertion came from.