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

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

Issue 734343002: Fix bug in the unittest's withTestEnvironment package and apply more feedback from nweiz. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: review feedback Created 6 years, 1 month 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
OLDNEW
1 ##0.11.1+1
2
3 * Fix bug in withTestEnvironment where test cases were not reinitialized if
4 called multiple times.
5
1 ##0.11.1 6 ##0.11.1
2 7
3 * Add `reason` named argument to `expectAsync` and `expectAsyncUntil`, which has 8 * Add `reason` named argument to `expectAsync` and `expectAsyncUntil`, which has
4 the same definition as `expect`'s `reason` argument. 9 the same definition as `expect`'s `reason` argument.
5 * Added support for private test environments. 10 * Added support for private test environments.
6 11
7 ##0.11.0+6 12 ##0.11.0+6
8 13
9 * Refactored package tests. 14 * Refactored package tests.
10 15
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 79 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
75 `expectAsyncUntil1` and `expectAsyncUntil2` 80 `expectAsyncUntil1` and `expectAsyncUntil2`
76 * `TestCase`: 81 * `TestCase`:
77 * Removed properties: `setUp`, `tearDown`, `testFunction` 82 * Removed properties: `setUp`, `tearDown`, `testFunction`
78 * `enabled` is now get-only 83 * `enabled` is now get-only
79 * Removed methods: `pass`, `fail`, `error` 84 * Removed methods: `pass`, `fail`, `error`
80 * `interactive_html_config.dart` has been removed. 85 * `interactive_html_config.dart` has been removed.
81 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 86 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
82 `solo_group` now throw a `StateError` if called while tests are running. 87 `solo_group` now throw a `StateError` if called while tests are running.
83 * `rerunTests` has been removed. 88 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | pkg/unittest/lib/src/test_environment.dart » ('j') | pkg/unittest/test/with_test_environment_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698