markhobson / hamcrest-compose

Hamcrest matchers for composition.
Apache License 2.0
30 stars 6 forks source link

Add features for #7 and #8 to ease debugging matchers #10

Closed Nava2 closed 7 years ago

Nava2 commented 7 years ago

This adds the requested features for #7 and #8. Adding newline characters and indentation based on hierarchy "traversal." These changes are completely transparent to the API and require no configuration and changes to existing code.

This closes #7 and #8.

Nava2 commented 7 years ago

I need to close this, I made mistakes and my solution will not work for nested matchers -- a big deal when considering that hasFeature() gets nested.