Skip to content

Commit

Permalink
#794 Modify puzzle to update the describeTo as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Izbassar Tolegen committed Mar 3, 2018
1 parent a39db8b commit f6c48c0
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -43,8 +43,10 @@
* @since 2.0
*
* @todo #794:30min Implement describeMismatchSafely and cover mismatch
* descriptions with relevant test cases. It should show, what was
* expected and what was actually in the body for clear understanding.
* descriptions with relevant test cases. Update describeTo implementation
* to be more informative and add relevant test cases for that. Both should
* show, what was expected, what was actually in the body and text description
* for clear understanding.
*/
public abstract class AbstractHmTextBody<T> extends TypeSafeMatcher<T> {

Expand Down

0 comments on commit f6c48c0

Please sign in to comment.