OLD | NEW |
| 1 ## 0.12.15 |
| 2 |
| 3 * Add a `skip` parameter to `expect()`. Marking a single expect as skipped will |
| 4 cause the test itself to be marked as skipped. |
| 5 |
1 ## 0.12.14+1 | 6 ## 0.12.14+1 |
2 | 7 |
3 * Narrow the constraint on `yaml`. | 8 * Narrow the constraint on `yaml`. |
4 | 9 |
5 ## 0.12.14 | 10 ## 0.12.14 |
6 | 11 |
7 * Add test and group location information to the JSON reporter. | 12 * Add test and group location information to the JSON reporter. |
8 | 13 |
9 ## 0.12.13+5 | 14 ## 0.12.13+5 |
10 | 15 |
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 523 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
519 `expectAsyncUntil1` and `expectAsyncUntil2` | 524 `expectAsyncUntil1` and `expectAsyncUntil2` |
520 * `TestCase`: | 525 * `TestCase`: |
521 * Removed properties: `setUp`, `tearDown`, `testFunction` | 526 * Removed properties: `setUp`, `tearDown`, `testFunction` |
522 * `enabled` is now get-only | 527 * `enabled` is now get-only |
523 * Removed methods: `pass`, `fail`, `error` | 528 * Removed methods: `pass`, `fail`, `error` |
524 * `interactive_html_config.dart` has been removed. | 529 * `interactive_html_config.dart` has been removed. |
525 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 530 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
526 `solo_group` now throw a `StateError` if called while tests are running. | 531 `solo_group` now throw a `StateError` if called while tests are running. |
527 * `rerunTests` has been removed. | 532 * `rerunTests` has been removed. |
OLD | NEW |