Sync docs from 1.0.x to gh-pages

This commit is contained in:
buildmaster
2017-02-08 10:55:45 +00:00
parent f3573c0056
commit 716a6187e6

View File

@@ -7014,7 +7014,7 @@ assertions and the one from matchers with an <code>and</code> section):</p>
assertThat((Object) parsedJson.read("$.valueWithMax")).isInstanceOf(java.util.List.class);
assertThat(parsedJson.read("$.valueWithMax", java.util.Collection.class).size()).isLessThanOrEqualTo(3);
assertThat((Object) parsedJson.read("$.valueWithMinMax")).isInstanceOf(java.util.List.class);
assertThat(parsedJson.read("$.valueWithMinMax", java.util.Collection.class).size()).isStrictlyBetween(1, 3);</code></pre>
assertThat(parsedJson.read("$.valueWithMinMax", java.util.Collection.class).size()).isBetween(1, 3);</code></pre>
</div>
</div>
<div class="paragraph">