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

Side by Side Diff: CHANGELOG.md

Issue 1135653004: pkg/(unit)test: include a copy of old matcher (Closed) Base URL: https://github.com/dart-lang/test.git@stable
Patch Set: another nit 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 | README.md » ('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.6 1 ##0.11.6
2 2
3 * Merge in the last `0.11.x` release of `matcher` to allow projects to use both
4 `test` and `unittest` without conflicts.
5
3 * Fix running individual tests with `HtmlIndividualConfiguration` when the test 6 * Fix running individual tests with `HtmlIndividualConfiguration` when the test
4 name contains URI-escaped values and is provided with the `group` query 7 name contains URI-escaped values and is provided with the `group` query
5 parameter. 8 parameter.
6 9
7 ##0.11.5+4 10 ##0.11.5+4
8 11
9 * Improved the output of `TestCase` failures in `HtmlConfig`. 12 * Improved the output of `TestCase` failures in `HtmlConfig`.
10 13
11 ##0.11.5+3 14 ##0.11.5+3
12 15
13 * Fixed issue with handling exceptions. 16 * Fixed issue with handling exceptions.
14 17
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 123 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
121 `expectAsyncUntil1` and `expectAsyncUntil2` 124 `expectAsyncUntil1` and `expectAsyncUntil2`
122 * `TestCase`: 125 * `TestCase`:
123 * Removed properties: `setUp`, `tearDown`, `testFunction` 126 * Removed properties: `setUp`, `tearDown`, `testFunction`
124 * `enabled` is now get-only 127 * `enabled` is now get-only
125 * Removed methods: `pass`, `fail`, `error` 128 * Removed methods: `pass`, `fail`, `error`
126 * `interactive_html_config.dart` has been removed. 129 * `interactive_html_config.dart` has been removed.
127 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 130 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
128 `solo_group` now throw a `StateError` if called while tests are running. 131 `solo_group` now throw a `StateError` if called while tests are running.
129 * `rerunTests` has been removed. 132 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698