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

Side by Side Diff: CHANGELOG.md

Issue 1523143002: Fix an incorrect use of @deprecated. (Closed) Base URL: git@github.com:dart-lang/old_unittest@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | lib/unittest.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.12.4+1
2
3 * Fix an incorrect use of `@deprecated`.
4
1 ## 0.12.4 5 ## 0.12.4
2 6
3 * Depend on `test` 0.12.4. 7 * Depend on `test` 0.12.4.
4 8
5 ## 0.12.3 9 ## 0.12.3
6 10
7 * If a future matched against the `completes` or `completion()` matcher throws 11 * If a future matched against the `completes` or `completion()` matcher throws
8 an error, that error is printed directly rather than being wrapped in a 12 an error, that error is printed directly rather than being wrapped in a
9 string. This allows such errors to be captured using the Zone API and improves 13 string. This allows such errors to be captured using the Zone API and improves
10 formatting. 14 formatting.
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 184 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
181 `expectAsyncUntil1` and `expectAsyncUntil2` 185 `expectAsyncUntil1` and `expectAsyncUntil2`
182 * `TestCase`: 186 * `TestCase`:
183 * Removed properties: `setUp`, `tearDown`, `testFunction` 187 * Removed properties: `setUp`, `tearDown`, `testFunction`
184 * `enabled` is now get-only 188 * `enabled` is now get-only
185 * Removed methods: `pass`, `fail`, `error` 189 * Removed methods: `pass`, `fail`, `error`
186 * `interactive_html_config.dart` has been removed. 190 * `interactive_html_config.dart` has been removed.
187 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 191 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
188 `solo_group` now throw a `StateError` if called while tests are running. 192 `solo_group` now throw a `StateError` if called while tests are running.
189 * `rerunTests` has been removed. 193 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/unittest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698