File: control

package info (click to toggle)
assertj-core 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 11,820 kB
  • ctags: 17,403
  • sloc: java: 86,200; sh: 818; xml: 450; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,072 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
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 (>= 10),
               default-jdk,
               junit4,
               libcglib-nodep-java,
               libjarjar-maven-plugin-java,
               libmaven-bundle-plugin-java,
               libmockito-java,
               maven-debian-helper (>= 1.5)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/assertj-core.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/assertj-core.git
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.