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

Unified Diff: CHANGELOG.md

Issue 1400743002: Add support for setUpAll and tearDownAll. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 2 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/backend/declarer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a7665053b2dae42040048ac7f773e1348137744..317300286e8e1f7e48feabcd56f60b55e571bef9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
## 0.12.5
+* Add `setUpAll()` and `tearDownAll()` methods that run callbacks before and
+ after all tests in a group or suite. **Note that these methods are for special
+ cases and should be avoided**—they make it very easy to accidentally introduce
+ dependencies between tests. Use `setUp()` and `tearDown()` instead if
+ possible.
+
* Allow `setUp()` and `tearDown()` to be called multiple times within the same
group.
« no previous file with comments | « no previous file | lib/src/backend/declarer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698