OLD | NEW |
| 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 Loading... |
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. |
OLD | NEW |