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

Side by Side Diff: CHANGELOG.md

Issue 1151853004: pkg/matcher: upgrate tests to test (Closed) Base URL: https://github.com/dart-lang/matcher.git@master
Patch Set: Created 5 years, 7 months 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
« no previous file with comments | « no previous file | pubspec.yaml » ('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.12.0+1
2
3 * Fix test files to use `test` instead of `unittest` pkg.
4
1 ## 0.12.0 5 ## 0.12.0
2 6
3 * Moved a number of members to the 7 * Moved a number of members to the
4 [`unittest`](https://pub.dartlang.org/packages/unittest) package. 8 [`unittest`](https://pub.dartlang.org/packages/unittest) package.
5 * `TestFailure`, `ErrorFormatter`, `expect`, `fail`, and 'wrapAsync'. 9 * `TestFailure`, `ErrorFormatter`, `expect`, `fail`, and 'wrapAsync'.
6 * `completes`, `completion`, `throws`, and `throwsA` Matchers. 10 * `completes`, `completion`, `throws`, and `throwsA` Matchers.
7 * The `Throws` class. 11 * The `Throws` class.
8 * All of the `throws...Error` Matchers. 12 * All of the `throws...Error` Matchers.
9 13
10 * Removed `FailureHandler`, `DefaultFailureHandler`, 14 * Removed `FailureHandler`, `DefaultFailureHandler`,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 * Matchers related to bad language use have been removed. These represent code 93 * Matchers related to bad language use have been removed. These represent code
90 structure that should rarely or never be validated in tests. 94 structure that should rarely or never be validated in tests.
91 * `isAbstractClassInstantiationError` 95 * `isAbstractClassInstantiationError`
92 * `throwsAbstractClassInstantiationError` 96 * `throwsAbstractClassInstantiationError`
93 * `isFallThroughError` 97 * `isFallThroughError`
94 * `throwsFallThroughError` 98 * `throwsFallThroughError`
95 99
96 * Added types to a number of method arguments. 100 * Added types to a number of method arguments.
97 101
98 * The structure of the library and test code has been updated. 102 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698