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

Side by Side Diff: pkg/scheduled_test/CHANGELOG.md

Issue 337843008: Add a tearDown function to scheduled_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.1
2
3 * Add a top-level `tearDown` function.
4
1 ## 0.11.0+7 5 ## 0.11.0+7
2 6
3 * A `nothing()` descriptor will fail if a broken symlink is present. 7 * A `nothing()` descriptor will fail if a broken symlink is present.
4 8
5 ## 0.11.0+6 9 ## 0.11.0+6
6 10
7 * Use `http_multi_server` to bind to both the IPv4 and IPv6 loopback addresses 11 * Use `http_multi_server` to bind to both the IPv4 and IPv6 loopback addresses
8 for scheduled_test. 12 for scheduled_test.
9 13
10 ## 0.11.0+5 14 ## 0.11.0+5
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 49
46 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 50 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
47 take `StreamMatcher`s as well as normal `Matcher`s. 51 take `StreamMatcher`s as well as normal `Matcher`s.
48 52
49 ## 0.10.0 53 ## 0.10.0
50 54
51 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 55 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
52 `ScheduledStream`s. 56 `ScheduledStream`s.
53 57
54 * Add a `consumeWhile` matcher for `ScheduledStream`. 58 * Add a `consumeWhile` matcher for `ScheduledStream`.
OLDNEW
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698