]
Mickael Istria reassigned LOCUS-37:
-----------------------------------
Assignee: Xavier Coulon
Add AssertJ to the TP
---------------------
Key: LOCUS-37
URL:
https://issues.jboss.org/browse/LOCUS-37
Project: JBoss Tools Locus
Issue Type: Feature Request
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Priority: Minor
It would be great if we could use in our tests. We would have to add it to our target
platform (TP) for our plugins to use it.
Reason: AssertJ provides us with a Fluent API to write test assertions.
License and owner: Apache License 2.0 /
https://github.com/joel-costigliola/assertj-core/blob/master/LICENSE.txt
Original repository: (not an Eclipse bundle yet). Source and binaries available on Maven
(
http://search.maven.org/#artifactdetails|org.assertj|assertj-core|1.7.1|b...)
Source:
https://github.com/joel-costigliola/assertj-core
Affected projects: LiveReload and JAX-RS in the future
Required in devstudio: No, only used for testing purpose
Type of dependency: testing
List of bundles added: assertj-core
This issue is a replacement for JBIDE-12972 since AssertJ aims at replacing FestAssert
which is not moving anymore.