File: control

package info (click to toggle)
assertj-core 3.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,136 kB
  • sloc: java: 165,605; xml: 835; sh: 751; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,015 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
Source: assertj-core
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 libcglib-nodep-java,
 libjarjar-maven-plugin-java,
 libmaven-bundle-plugin-java,
 libmaven-dependency-plugin-java,
 libmaven-shade-plugin-java,
 libmockito-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/assertj-core.git
Vcs-Browser: https://salsa.debian.org/java-team/assertj-core
Homepage: https://github.com/joel-costigliola/assertj-core

Package: libassertj-core-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Fluent assertions for Java
 AssertJ provides a rich and intuitive set of strongly-typed assertions
 to use for unit testing. AssertJ core provides assertions for JDK
 standard types can be used with either JUnit or TestNG.