FDMediagroep / hamcrest-jsoup

hamcrest matchers for jsoup
GNU General Public License v2.0
7 stars 2 forks source link

Mismatch descriptions are confusing #1

Open fransflippo opened 9 years ago

fransflippo commented 9 years ago

Create better mismatch descriptions TODO Examples

fransflippo commented 9 years ago

Unit tests are missing for the mismatch descriptions. I will add them as well as refactoring the code so that each matcher gets its own classes instead of being an anonymous inner class if JsoupMatchers.

Krijger commented 9 years ago

To make sure you can extend the matchers? Sounds good!

fransflippo commented 9 years ago

No, just to keep the class files small and sweet. I guess extending the matchers is theoretically possible, although I don't see a use case for it.