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

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

Issue 638433003: Adding a reason field to expectAsync and expectAsyncUntil (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merging master Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/unittest/lib/src/spread_args_helper.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.1
2
3 * Add `reason` named argument to `expectAsync` and `expectAsyncUntil`, which has
4 the same definition as `expect`'s `reason` argument.
5
1 ##0.11.0+6 6 ##0.11.0+6
2 7
3 * Refactored package tests. 8 * Refactored package tests.
4 9
5 ##0.11.0+5 10 ##0.11.0+5
6 11
7 * Release test functions after each test is run. 12 * Release test functions after each test is run.
8 13
9 ##0.11.0+4 14 ##0.11.0+4
10 15
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 73 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
69 `expectAsyncUntil1` and `expectAsyncUntil2` 74 `expectAsyncUntil1` and `expectAsyncUntil2`
70 * `TestCase`: 75 * `TestCase`:
71 * Removed properties: `setUp`, `tearDown`, `testFunction` 76 * Removed properties: `setUp`, `tearDown`, `testFunction`
72 * `enabled` is now get-only 77 * `enabled` is now get-only
73 * Removed methods: `pass`, `fail`, `error` 78 * Removed methods: `pass`, `fail`, `error`
74 * `interactive_html_config.dart` has been removed. 79 * `interactive_html_config.dart` has been removed.
75 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 80 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
76 `solo_group` now throw a `StateError` if called while tests are running. 81 `solo_group` now throw a `StateError` if called while tests are running.
77 * `rerunTests` has been removed. 82 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | pkg/unittest/lib/src/spread_args_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698