]
Mickael Istria updated JBIDE-19220:
-----------------------------------
Component/s: locus
Add AssertJ to the TP
---------------------
Key: JBIDE-19220
URL:
https://issues.jboss.org/browse/JBIDE-19220
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: locus, target-platform
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.