File: control

package info (click to toggle)
carrotsearch-randomizedtesting 2.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,932 kB
  • sloc: java: 24,344; xml: 3,218; javascript: 1,107; sh: 12; ansic: 7; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,744 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: carrotsearch-randomizedtesting
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends:
 ant,
 ant-optional,
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 libasm-java (>= 7.0),
 libassertj-core-java,
 libcommons-io-java,
 libdom4j-java,
 libgoogle-gson-java,
 libguava-java,
 libmaven-bundle-plugin-java,
 libmaven-common-artifact-filters-java,
 libmaven-dependency-plugin-java,
 libmaven-invoker-plugin-java,
 libmaven-plugin-tools-java (>= 3.2),
 libsimple-xml-java (>> 2.7.1),
 maven-debian-helper (>= 2.0)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/carrotsearch-randomizedtesting.git
Vcs-Browser: https://salsa.debian.org/java-team/carrotsearch-randomizedtesting
Homepage: http://labs.carrotsearch.com/randomizedtesting.html

Package: libcarrotsearch-randomizedtesting-java
Architecture: all
Depends:
 ${misc:Depends},
 ${maven:Depends},
 libcommons-io-java,
 libguava-java,
 libsimple-xml-java
Recommends: ${maven:OptionalDepends}
Description: Randomized testing infrastructure for JUnit, Ant and Maven
 Inspired by the Apache Lucene project's infrastructure, this project brings
 a refactored, stand-alone runner for JUnit 4.x tests, which encapsulates
 built-in repeatable randomized tests, threading and timeout control, parameter
 factories, thread execution groups and more. Everything is JUnit compatible
 and works in any IDE.
 .
 On top of that, the project comes with Ant and Maven integration allowing
 execution of tests in concurrent isolated JVMs, load-balancing and multiple
 options for reporting, including attractive reports and results visualizations.