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
|
Source: xmlunit
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude@laposte.net>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, ant-optional, maven-ant-helper, dblatex
Build-Depends-Indep: maven-repo-helper, junit, libjaxp1.3-java, docbook-xsl, libxalan2-java (>= 2.7.1-3)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/xmlunit.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/xmlunit.git
Homepage: http://www.xmlunit.org
Package: libxmlunit-java
Architecture: all
Depends: ${misc:Depends}, junit, libjaxp1.3-java
Description: Unit testing for XML documents
XMLUnit extends JUnit and NUnit to enable unit testing of XML.
It compares a control XML document to a test document or the result of a
transformation, validates documents, and compares the results of XPath
expressions.
Package: libxmlunit-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, default-jdk-doc
Description: Documentation for XMLUnit
XMLUnit extends JUnit and NUnit to enable unit testing of XML.
It compares a control XML document to a test document or the result of a
transformation, validates documents, and compares the results of XPath
expressions.
.
This package provides the API and user documentation for XMLUnit.
|