Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Side by Side Diff: pkg/matcher/CHANGELOG.md

Issue 766653005: Add a [prints] matcher to the matcher library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/matcher/lib/matcher.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.3
2
3 * Add a `prints` matcher that matches output a callback emits via `print`.
4
1 ## 0.11.2 5 ## 0.11.2
2 6
3 * Add an `isNotEmpty` matcher. 7 * Add an `isNotEmpty` matcher.
4 8
5 ## 0.11.1+1 9 ## 0.11.1+1
6 10
7 * Refactored libraries and tests. 11 * Refactored libraries and tests.
8 12
9 * Fixed spelling mistake. 13 * Fixed spelling mistake.
10 14
(...skipping 27 matching lines...) Expand all
38 * Matchers related to bad language use have been removed. These represent code 42 * Matchers related to bad language use have been removed. These represent code
39 structure that should rarely or never be validated in tests. 43 structure that should rarely or never be validated in tests.
40 * `isAbstractClassInstantiationError` 44 * `isAbstractClassInstantiationError`
41 * `throwsAbstractClassInstantiationError` 45 * `throwsAbstractClassInstantiationError`
42 * `isFallThroughError` 46 * `isFallThroughError`
43 * `throwsFallThroughError` 47 * `throwsFallThroughError`
44 48
45 * Added types to a number of method arguments. 49 * Added types to a number of method arguments.
46 50
47 * The structure of the library and test code has been updated. 51 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « no previous file | pkg/matcher/lib/matcher.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698