dev-java/assertj-core: New package, needed by latest testng's tests

No tests on this one for now due to missing dependencies. This isn't
the newest version but I don't know whether 3.x is compatible and it
also requires Java 8, which might be inconvenient at present.

Package-Manager: portage-2.2.26
This commit is contained in:
James Le Cuirot
2016-01-16 22:36:47 +00:00
parent 59caeae178
commit c9c3c6462b
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<longdescription>AssertJ core is a Java library that provides a fluent interface for writing assertions. Its main goal is to improve test code readability and make maintenance of tests easier. AssertJ core provides assertions for JDK standard types can be used with either JUnit or TestNG.</longdescription>
</pkgmetadata>