Closed croesch closed 10 years ago
TextAssert is a logical duplicate of StringAssert, but it provides the method isEqualOrMatches(String) which is not (yet) provided by StringAssert. Therefore either extend StringAssert or add this method and fully replace TextAssert.
TextAssert
StringAssert
isEqualOrMatches(String)
TextAssert
is a logical duplicate ofStringAssert
, but it provides the methodisEqualOrMatches(String)
which is not (yet) provided byStringAssert
. Therefore either extendStringAssert
or add this method and fully replaceTextAssert
.