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

Side by Side Diff: CHANGELOG.md

Issue 897313006: fix bug with registerException (Closed) Base URL: https://github.com/dart-lang/unittest.git@stable
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | lib/src/internal_test_case.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 ##0.11.5+3
2
3 * Fixed issue with handling exceptions.
4
1 ##0.11.5+2 5 ##0.11.5+2
2 6
3 * Properly detect when tests are finished being run on content shell. 7 * Properly detect when tests are finished being run on content shell.
4 8
5 ##0.11.5+1 9 ##0.11.5+1
6 10
7 * Internal code cleanups and documentation improvements. 11 * Internal code cleanups and documentation improvements.
8 12
9 ##0.11.5 13 ##0.11.5
10 14
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 110 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
107 `expectAsyncUntil1` and `expectAsyncUntil2` 111 `expectAsyncUntil1` and `expectAsyncUntil2`
108 * `TestCase`: 112 * `TestCase`:
109 * Removed properties: `setUp`, `tearDown`, `testFunction` 113 * Removed properties: `setUp`, `tearDown`, `testFunction`
110 * `enabled` is now get-only 114 * `enabled` is now get-only
111 * Removed methods: `pass`, `fail`, `error` 115 * Removed methods: `pass`, `fail`, `error`
112 * `interactive_html_config.dart` has been removed. 116 * `interactive_html_config.dart` has been removed.
113 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 117 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
114 `solo_group` now throw a `StateError` if called while tests are running. 118 `solo_group` now throw a `StateError` if called while tests are running.
115 * `rerunTests` has been removed. 119 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/internal_test_case.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698