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

Side by Side Diff: packages/unittest/CHANGELOG.md

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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 | « packages/unittest/.gitignore ('k') | packages/unittest/lib/html_config.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.7
2
3 * Add separate methods for `expectAysnc` based on number of callback arguments
4 `expectAsync0`, `expectAsync1`, ... `expectAsync6`.
5 * Fix all strong mode warnings.
6
7 ##0.11.6+4
8
9 * Fix some strong mode warnings we missed in the `vm_config.dart` and
10 `html_config.dart` libraries.
11
12 ##0.11.6+3
13
14 * Fix a bug introduced in 0.11.6+2 in which operator matchers broke when taking
15 lists of matchers.
16
17 ##0.11.6+2
18
19 * Fix all strong mode warnings.
20
1 ##0.11.6+1 21 ##0.11.6+1
2 22
3 * Give tests more time to start running. 23 * Give tests more time to start running.
4 24
5 ##0.11.6 25 ##0.11.6
6 26
7 * Merge in the last `0.11.x` release of `matcher` to allow projects to use both 27 * Merge in the last `0.11.x` release of `matcher` to allow projects to use both
8 `test` and `unittest` without conflicts. 28 `test` and `unittest` without conflicts.
9 29
10 * Fix running individual tests with `HtmlIndividualConfiguration` when the test 30 * Fix running individual tests with `HtmlIndividualConfiguration` when the test
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 147 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
128 `expectAsyncUntil1` and `expectAsyncUntil2` 148 `expectAsyncUntil1` and `expectAsyncUntil2`
129 * `TestCase`: 149 * `TestCase`:
130 * Removed properties: `setUp`, `tearDown`, `testFunction` 150 * Removed properties: `setUp`, `tearDown`, `testFunction`
131 * `enabled` is now get-only 151 * `enabled` is now get-only
132 * Removed methods: `pass`, `fail`, `error` 152 * Removed methods: `pass`, `fail`, `error`
133 * `interactive_html_config.dart` has been removed. 153 * `interactive_html_config.dart` has been removed.
134 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 154 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
135 `solo_group` now throw a `StateError` if called while tests are running. 155 `solo_group` now throw a `StateError` if called while tests are running.
136 * `rerunTests` has been removed. 156 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « packages/unittest/.gitignore ('k') | packages/unittest/lib/html_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698