commit | e8d85735b9ffbcef823c3890f718bb2b513cc925 | [log] [tgz] |
---|---|---|
author | ekupershlak <ekupershlak@google.com> | Thu Jun 11 19:58:27 2020 -0400 |
committer | GitHub <noreply@github.com> | Thu Jun 11 16:58:27 2020 -0700 |
tree | 6aef2356c25bc1003835f4181a90b2cff88ed8e6 | |
parent | 4fe9ad7c49429acb3347ac743b24f74048ad5ff6 [diff] |
Implement describeMismatch for TypeMatcher. (dart-lang/matcher#146) This allows testing utilities that operate on matchers to provide descriptive errors when TypeMatcher does not match. Fixes dart-lang/matcher#145