This commit demonstrates a few instances where assertj yields more informative error messages than testng assertEquals and assertTrue. Note that we could replace all testng asserts with assertj. You can merge this Pull Request by running:
git pull https://github.com/andrewgaul/jclouds-labs-aws assertj Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-labs-aws/pull/32 -- Commit Summary -- * Use assertj fluent assertions where appropriate -- File Changes -- M glacier/pom.xml (6) M glacier/src/test/java/org/jclouds/glacier/GlacierClientLiveTest.java (17) M glacier/src/test/java/org/jclouds/glacier/GlacierClientMockTest.java (5) -- Patch Links -- https://github.com/jclouds/jclouds-labs-aws/pull/32.patch https://github.com/jclouds/jclouds-labs-aws/pull/32.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/32
