java.lang.Object
org.saynotobugs.confidence.quality.composite.QualityComposition<JsonArrayAdapter>
org.saynotobugs.confidence.json.quality.That
All Implemented Interfaces:
org.saynotobugs.confidence.Quality<JsonArrayAdapter>

@Deprecated public final class That extends org.saynotobugs.confidence.quality.composite.QualityComposition<JsonArrayAdapter>
Deprecated.
this is too easy to confuse with That and inconsistent with ArrayThat. Use ArrayThat instead.
Adapter to use the Array Quality with normal Iterable Qualitys.

This makes it possible to create something like

 array(that(contains(string(xyz))))
 
  • Constructor Details