Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Changelog - unittest | |
|
nweiz
2014/02/04 02:34:26
Mention the changes in this CL in the changelog as
kevmoo
2014/02/04 02:41:34
Done.
| |
| 2 | |
| 3 ##0.10.0-dev | |
| 4 | |
| 5 * `TestCase`: | |
| 6 * Removed properties: `setUp`, `tearDown`, `testFunction` | |
| 7 * `enabled` is now get-only | |
| 8 * Removed methods: `pass`, `fail`, `error` | |
| 9 * `interactive_html_config.dart` has been removed. | |
| 10 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | |
| 11 `solo_group` now throw a `StateError` if called while tests are running. | |
|
nweiz
2014/02/04 02:34:26
Nit: indent this +2 spaces.
kevmoo
2014/02/04 02:41:34
Done.
| |
| 12 | |
| 13 ##0.9.3 - 2014-01-13 | |
| OLD | NEW |