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

Side by Side Diff: CHANGELOG.md

Issue 2388073004: Switch to 'test', add different support for 'solo'. (Closed)
Patch Set: Fixes for review comments. Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/test_reflective_loader.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 # Changelog 1 # Changelog
2 2
3 ## 0.1.0
4
5 - Switched from 'package:unittest' to 'package:test'.
6 - Since 'package:test' does not define 'solo_test', in order to keep
7 this functionality, `defineReflectiveSuite` must be used to wrap
8 all `defineReflectiveTests` invocations.
9
3 ## 0.0.4 10 ## 0.0.4
4 11
5 - Added @failingTest, @assertFailingTest and @soloTest annotations. 12 - Added @failingTest, @assertFailingTest and @soloTest annotations.
6 13
7 ## 0.0.1 14 ## 0.0.1
8 15
9 - Initial version 16 - Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/test_reflective_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698