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

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

Issue 524153002: Sharing metatest logic between unittest and scheduled_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: status fixes Created 6 years, 3 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/scheduled_test/test/utils.dart ('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.0+6
2
3 * Refactored package tests.
4
5 ##0.11.0+5
6
7 * Release test functions after each test is run.
8
1 ##0.11.0+4 9 ##0.11.0+4
2 10
3 * Fix for [20153](https://code.google.com/p/dart/issues/detail?id=20153) 11 * Fix for [20153](https://code.google.com/p/dart/issues/detail?id=20153)
4 12
5 ##0.11.0+3 13 ##0.11.0+3
6 14
7 * Updated maximum `matcher` version. 15 * Updated maximum `matcher` version.
8 16
9 ##0.11.0+2 17 ##0.11.0+2
10 18
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 68 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
61 `expectAsyncUntil1` and `expectAsyncUntil2` 69 `expectAsyncUntil1` and `expectAsyncUntil2`
62 * `TestCase`: 70 * `TestCase`:
63 * Removed properties: `setUp`, `tearDown`, `testFunction` 71 * Removed properties: `setUp`, `tearDown`, `testFunction`
64 * `enabled` is now get-only 72 * `enabled` is now get-only
65 * Removed methods: `pass`, `fail`, `error` 73 * Removed methods: `pass`, `fail`, `error`
66 * `interactive_html_config.dart` has been removed. 74 * `interactive_html_config.dart` has been removed.
67 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 75 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
68 `solo_group` now throw a `StateError` if called while tests are running. 76 `solo_group` now throw a `StateError` if called while tests are running.
69 * `rerunTests` has been removed. 77 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « pkg/scheduled_test/test/utils.dart ('k') | pkg/unittest/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698