Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ##0.11.0+7 | |
|
kevmoo
2014/11/11 21:27:53
Please make this 0.11.1 – we are adding new featur
wibling
2014/11/12 10:33:46
Done.
| |
| 2 | |
| 3 * Added support for private test environments. | |
| 4 | |
| 1 ##0.11.0+6 | 5 ##0.11.0+6 |
| 2 | 6 |
| 3 * Refactored package tests. | 7 * Refactored package tests. |
| 4 | 8 |
| 5 ##0.11.0+5 | 9 ##0.11.0+5 |
| 6 | 10 |
| 7 * Release test functions after each test is run. | 11 * Release test functions after each test is run. |
| 8 | 12 |
| 9 ##0.11.0+4 | 13 ##0.11.0+4 |
| 10 | 14 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 68 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 72 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 69 `expectAsyncUntil1` and `expectAsyncUntil2` | 73 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 70 * `TestCase`: | 74 * `TestCase`: |
| 71 * Removed properties: `setUp`, `tearDown`, `testFunction` | 75 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 72 * `enabled` is now get-only | 76 * `enabled` is now get-only |
| 73 * Removed methods: `pass`, `fail`, `error` | 77 * Removed methods: `pass`, `fail`, `error` |
| 74 * `interactive_html_config.dart` has been removed. | 78 * `interactive_html_config.dart` has been removed. |
| 75 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 79 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 76 `solo_group` now throw a `StateError` if called while tests are running. | 80 `solo_group` now throw a `StateError` if called while tests are running. |
| 77 * `rerunTests` has been removed. | 81 * `rerunTests` has been removed. |
| OLD | NEW |