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

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

Issue 791213002: Bump unittest and scheduled_test versions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « pkg/scheduled_test/pubspec.yaml ('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.4
2
3 * Bump the version constraint for `matcher`.
4
1 ##0.11.3 5 ##0.11.3
2 6
3 * Narrow the constraint on matcher to ensure that new features are reflected in 7 * Narrow the constraint on matcher to ensure that new features are reflected in
4 unittest's version. 8 unittest's version.
5 9
6 ##0.11.2 10 ##0.11.2
7 11
8 * Prints a warning instead of throwing an error when setting the test 12 * Prints a warning instead of throwing an error when setting the test
9 configuration after it has already been set. The first configuration is always 13 configuration after it has already been set. The first configuration is always
10 used. 14 used.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 94 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
91 `expectAsyncUntil1` and `expectAsyncUntil2` 95 `expectAsyncUntil1` and `expectAsyncUntil2`
92 * `TestCase`: 96 * `TestCase`:
93 * Removed properties: `setUp`, `tearDown`, `testFunction` 97 * Removed properties: `setUp`, `tearDown`, `testFunction`
94 * `enabled` is now get-only 98 * `enabled` is now get-only
95 * Removed methods: `pass`, `fail`, `error` 99 * Removed methods: `pass`, `fail`, `error`
96 * `interactive_html_config.dart` has been removed. 100 * `interactive_html_config.dart` has been removed.
97 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 101 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
98 `solo_group` now throw a `StateError` if called while tests are running. 102 `solo_group` now throw a `StateError` if called while tests are running.
99 * `rerunTests` has been removed. 103 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « pkg/scheduled_test/pubspec.yaml ('k') | pkg/unittest/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698