assertj / assertj-swing

Fluent assertions for Swing apps
Other
108 stars 52 forks source link

Let TextAssert at least extend StringAssert #132

Closed croesch closed 10 years ago

croesch commented 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.