Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: pkg/unittest/CHANGELOG.md

Issue 130173010: pkg/unittest: Run each test in a Zone (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: long line Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/unittest/CHANGELOG.md
diff --git a/pkg/unittest/CHANGELOG.md b/pkg/unittest/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..a862211390b6a944f7fcbf9ced6bc70d863ddfd1
--- /dev/null
+++ b/pkg/unittest/CHANGELOG.md
@@ -0,0 +1,13 @@
+# 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.
+
+##0.10.0-dev
+
+* `TestCase`:
+ * Removed properties: `setUp`, `tearDown`, `testFunction`
+ * `enabled` is now get-only
+ * Removed methods: `pass`, `fail`, `error`
+* `interactive_html_config.dart` has been removed.
+* `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
+`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.
+
+##0.9.3 - 2014-01-13
« no previous file with comments | « no previous file | pkg/unittest/lib/src/spread_args_helper.dart » ('j') | pkg/unittest/lib/src/spread_args_helper.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698