cnabro / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add support for soft assertions #395

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See 
http://joel-costigliola.github.io/assertj/assertj-core-news.html#assertj-core-2.
0.0-bdd-soft-assertions

For example:

@Rule
public final RestAssuredSoftAssertions rule = new RestAssuredSoftAssertions();

then().soft().
          body().. 
          body()..

Original issue reported on code.google.com by johan.ha...@gmail.com on 26 Mar 2015 at 11:31