Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ##0.11.6 | 1 ##0.11.6 |
| 2 | 2 |
| 3 * Merge in the last `0.11.0` release of `matcher` to allow projects to use both | |
|
nweiz
2015/05/07 23:06:58
"0.11.0" -> "0.11.x"
kevmoo
2015/05/07 23:11:38
Done.
| |
| 4 `test` and `unittest` without conflicts. | |
| 5 | |
| 3 * Fix running individual tests with `HtmlIndividualConfiguration` when the test | 6 * Fix running individual tests with `HtmlIndividualConfiguration` when the test |
| 4 name contains URI-escaped values and is provided with the `group` query | 7 name contains URI-escaped values and is provided with the `group` query |
| 5 parameter. | 8 parameter. |
| 6 | 9 |
| 7 ##0.11.5+4 | 10 ##0.11.5+4 |
| 8 | 11 |
| 9 * Improved the output of `TestCase` failures in `HtmlConfig`. | 12 * Improved the output of `TestCase` failures in `HtmlConfig`. |
| 10 | 13 |
| 11 ##0.11.5+3 | 14 ##0.11.5+3 |
| 12 | 15 |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 120 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 123 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 121 `expectAsyncUntil1` and `expectAsyncUntil2` | 124 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 122 * `TestCase`: | 125 * `TestCase`: |
| 123 * Removed properties: `setUp`, `tearDown`, `testFunction` | 126 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 124 * `enabled` is now get-only | 127 * `enabled` is now get-only |
| 125 * Removed methods: `pass`, `fail`, `error` | 128 * Removed methods: `pass`, `fail`, `error` |
| 126 * `interactive_html_config.dart` has been removed. | 129 * `interactive_html_config.dart` has been removed. |
| 127 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 130 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 128 `solo_group` now throw a `StateError` if called while tests are running. | 131 `solo_group` now throw a `StateError` if called while tests are running. |
| 129 * `rerunTests` has been removed. | 132 * `rerunTests` has been removed. |
| OLD | NEW |