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

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

Issue 319983005: pkg/unittest: test cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 6 years, 6 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 | « pkg/pkg.status ('k') | pkg/unittest/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.11.1+1 1 ##0.11.0+2
2 2
3 * Removed unused files from tests and standardized remaining test file names.
4
5 ##0.11.0+1
6
3 * Widen the version constraint for `stack_trace`. 7 * Widen the version constraint for `stack_trace`.
4 8
5 ##0.11.0 9 ##0.11.0
6 10
7 * Deprecated methods have been removed: 11 * Deprecated methods have been removed:
8 * `expectAsync0`, `expectAsync1`, and `expectAsync2` - use `expectAsync` 12 * `expectAsync0`, `expectAsync1`, and `expectAsync2` - use `expectAsync`
9 instead 13 instead
10 * `expectAsyncUntil0`, `expectAsyncUntil1`, and `expectAsyncUntil2` - use 14 * `expectAsyncUntil0`, `expectAsyncUntil1`, and `expectAsyncUntil2` - use
11 `expectAsyncUntil` instead 15 `expectAsyncUntil` instead
12 * `guardAsync` - no longer needed 16 * `guardAsync` - no longer needed
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 52 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
49 `expectAsyncUntil1` and `expectAsyncUntil2` 53 `expectAsyncUntil1` and `expectAsyncUntil2`
50 * `TestCase`: 54 * `TestCase`:
51 * Removed properties: `setUp`, `tearDown`, `testFunction` 55 * Removed properties: `setUp`, `tearDown`, `testFunction`
52 * `enabled` is now get-only 56 * `enabled` is now get-only
53 * Removed methods: `pass`, `fail`, `error` 57 * Removed methods: `pass`, `fail`, `error`
54 * `interactive_html_config.dart` has been removed. 58 * `interactive_html_config.dart` has been removed.
55 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 59 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
56 `solo_group` now throw a `StateError` if called while tests are running. 60 `solo_group` now throw a `StateError` if called while tests are running.
57 * `rerunTests` has been removed. 61 * `rerunTests` has been removed.
58
59 ##0.9.3 - 2014-01-13
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | pkg/unittest/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698