File: control

package info (click to toggle)
libconcurrentunit-java 0.4.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: java: 554; xml: 157; sh: 12; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libconcurrentunit-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               maven-debian-helper
Build-Depends-Indep: libhamcrest-java <!nocheck>,
                     testng <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/java-team/libconcurrentunit-java
Vcs-Git: https://salsa.debian.org/java-team/libconcurrentunit-java.git
Homepage: https://github.com/jhalterman/concurrentunit
Rules-Requires-Root: no

Package: libconcurrentunit-java
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: 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.