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

Side by Side Diff: CHANGELOG.md

Issue 939243002: pkg/unittest: improve output of TestCase errors in HtmlConfig (Closed) Base URL: https://github.com/dart-lang/unittest.git@stable
Patch Set: nits 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/html_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 ##0.11.5+4
2
3 * Improved the output of `TestCase` failures in `HtmlConfig`.
4
1 ##0.11.5+3 5 ##0.11.5+3
2 6
3 * Fixed issue with handling exceptions. 7 * Fixed issue with handling exceptions.
4 8
5 ##0.11.5+2 9 ##0.11.5+2
6 10
7 * Properly detect when tests are finished being run on content shell. 11 * Properly detect when tests are finished being run on content shell.
8 12
9 ##0.11.5+1 13 ##0.11.5+1
10 14
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 114 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
111 `expectAsyncUntil1` and `expectAsyncUntil2` 115 `expectAsyncUntil1` and `expectAsyncUntil2`
112 * `TestCase`: 116 * `TestCase`:
113 * Removed properties: `setUp`, `tearDown`, `testFunction` 117 * Removed properties: `setUp`, `tearDown`, `testFunction`
114 * `enabled` is now get-only 118 * `enabled` is now get-only
115 * Removed methods: `pass`, `fail`, `error` 119 * Removed methods: `pass`, `fail`, `error`
116 * `interactive_html_config.dart` has been removed. 120 * `interactive_html_config.dart` has been removed.
117 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 121 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
118 `solo_group` now throw a `StateError` if called while tests are running. 122 `solo_group` now throw a `StateError` if called while tests are running.
119 * `rerunTests` has been removed. 123 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/html_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698