Big +1 from me, FWIW. I have been using Assertj on other projects recently and love it, especially over TestNG/JUnit assertions and even Hamcrest.
-- Chris Custine On Sun, Jun 29, 2014 at 1:48 PM, Andrew Gaul <g...@apache.org> wrote: > I would like jclouds to move from testng assertions to assertj fluent > assertions. I have used assertj on another project (and before that, > FEST) and found that it always yields more informative error messages > and sometimes more compact code. I demonstrated its use on the glacier > provider: > > https://github.com/jclouds/jclouds-labs-aws/pull/32 > > assertj represents a change to how we write tests so I want to solicit > feedback before committing and promoting it to a project dependency. > Does anyone have thoughts on jclouds use of assertj or suggestions on > alternate assertion frameworks? > > -- > Andrew Gaul > http://gaul.org/