Chromium Code Reviews

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

Issue 208273009: pkg/unittest: Removed references to expectAsync[Until]X in docs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/unittest/lib/compact_vm_config.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 # Changelog - unittest 1 # Changelog - unittest
2 2
3 ##0.10.1-dev 3 ##0.10.1
4 4
5 * **DEPRECATED** 5 * **DEPRECATED**
6 * `matcher.dart` and `mirror_matchers.dart` are now in the `matcher` 6 * `matcher.dart` and `mirror_matchers.dart` are now in the `matcher`
7 package. 7 package.
8 * `mock.dart` is now in the `mock` package. 8 * `mock.dart` is now in the `mock` package.
9 * `equals` now allows a nested matcher as an expected list element or map value 9 * `equals` now allows a nested matcher as an expected list element or map value
10 when doing deep matching. 10 when doing deep matching.
11 * `expectAsync` and `expectAsyncUntil` now support up to 6 positional arguments 11 * `expectAsync` and `expectAsyncUntil` now support up to 6 positional arguments
12 and correctly handle functions with optional positional arguments with default 12 and correctly handle functions with optional positional arguments with default
13 values. 13 values.
(...skipping 12 matching lines...)
26 * `TestCase`: 26 * `TestCase`:
27 * Removed properties: `setUp`, `tearDown`, `testFunction` 27 * Removed properties: `setUp`, `tearDown`, `testFunction`
28 * `enabled` is now get-only 28 * `enabled` is now get-only
29 * Removed methods: `pass`, `fail`, `error` 29 * Removed methods: `pass`, `fail`, `error`
30 * `interactive_html_config.dart` has been removed. 30 * `interactive_html_config.dart` has been removed.
31 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 31 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
32 `solo_group` now throw a `StateError` if called while tests are running. 32 `solo_group` now throw a `StateError` if called while tests are running.
33 * `rerunTests` has been removed. 33 * `rerunTests` has been removed.
34 34
35 ##0.9.3 - 2014-01-13 35 ##0.9.3 - 2014-01-13
OLDNEW
« no previous file with comments | « no previous file | pkg/unittest/lib/compact_vm_config.dart » ('j') | no next file with comments »

Powered by Google App Engine