[
https://issues.jboss.org/browse/LOCUS-37?page=com.atlassian.jira.plugin.s...
]
Mickael Istria commented on LOCUS-37:
-------------------------------------
In order to try it out
First, fetch the commit from the suugest PR, and run "mvn clean verify". Output
p2 repository is in jbosstools-locus/site/target/repository
To try it in IDE: add to your current target-platform (accessible via Window >
Preferences > PDE > target-platforms), a reference to the output p2 repository, and
add assertj.
To try in in a local Maven build: get the latest
jbosstools-target-platforms/jbosstools/multiple/jbosstools-multiple.target. Modify the
.target to add the new location, with URL to locally build repo, and adding the assertj
unit; run "mvn install; and then, in your build, try "mvn clean verify
-Pmultiple.target". The last maven execution should used your locally tweaked
target.
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
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)