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

Unified Diff: CHANGELOG.md

Issue 869053002: unittest: refactor ahead of matcher changes (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: no longer requires matcher changes Created 5 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
« no previous file with comments | « no previous file | lib/src/expect.dart » ('j') | lib/src/expect.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 613d0849a980dbc2301270ddf09b157509de11d8..d87eb21c9a46c559a9c5b64708c6f82991462037 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+##0.12.0
+
+* Removed `FailureHandler`, `DefaultFailureHandler`,
+`configureExpectFailureHandler`, and `getOrCreateExpectFailureHandler`. These
nweiz 2015/01/26 22:44:09 Indent +2 here and below.
kevmoo 2015/01/27 00:11:29 Done.
+are no longer needed.
nweiz 2015/01/26 22:44:09 Explain why they're no longer needed. Imagine you'
kevmoo 2015/01/27 00:11:29 Done.
+
+* Moved a number of APIs from `matcher`, including:
nweiz 2015/01/26 22:44:09 "from `matcher`" -> "from `matcher` into `unittest
kevmoo 2015/01/27 00:11:29 Done.
+`completes`, `completion`,`ErrorFormatter`,`expect`,`fail`,`prints`,
nweiz 2015/01/26 22:44:09 Add spaces after commas.
kevmoo 2015/01/27 00:11:29 Done.
+`TestFailure`,`Throws`, and all of the `throws` methods.
+
+ * `expect` no longer has a named `FailureHandler` argument.
+
+ * `expect` added an optional `ErrorFormatter` argument.
nweiz 2015/01/26 22:44:09 Including the name of the argument will be more us
kevmoo 2015/01/27 00:11:29 Done.
+
+* Removed several members from `SimpleConfiguration` that relied on removed
+ functionality: `onExpectFailure`, `onTestResult`, and
+ `stopTestOnExpectFailure`.
+
##0.11.5
* Bumped the version constraint for `matcher`.
« no previous file with comments | « no previous file | lib/src/expect.dart » ('j') | lib/src/expect.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698