OLD | NEW |
| 1 ##0.11.6 |
| 2 |
| 3 * Fix running individual tests with `HtmlIndividualConfiguration` when the test |
| 4 name contains URI-escaped values and is provided with the `group` query |
| 5 parameter. |
| 6 |
1 ##0.11.5+4 | 7 ##0.11.5+4 |
2 | 8 |
3 * Improved the output of `TestCase` failures in `HtmlConfig`. | 9 * Improved the output of `TestCase` failures in `HtmlConfig`. |
4 | 10 |
5 ##0.11.5+3 | 11 ##0.11.5+3 |
6 | 12 |
7 * Fixed issue with handling exceptions. | 13 * Fixed issue with handling exceptions. |
8 | 14 |
9 ##0.11.5+2 | 15 ##0.11.5+2 |
10 | 16 |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 120 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
115 `expectAsyncUntil1` and `expectAsyncUntil2` | 121 `expectAsyncUntil1` and `expectAsyncUntil2` |
116 * `TestCase`: | 122 * `TestCase`: |
117 * Removed properties: `setUp`, `tearDown`, `testFunction` | 123 * Removed properties: `setUp`, `tearDown`, `testFunction` |
118 * `enabled` is now get-only | 124 * `enabled` is now get-only |
119 * Removed methods: `pass`, `fail`, `error` | 125 * Removed methods: `pass`, `fail`, `error` |
120 * `interactive_html_config.dart` has been removed. | 126 * `interactive_html_config.dart` has been removed. |
121 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 127 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
122 `solo_group` now throw a `StateError` if called while tests are running. | 128 `solo_group` now throw a `StateError` if called while tests are running. |
123 * `rerunTests` has been removed. | 129 * `rerunTests` has been removed. |
OLD | NEW |