-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract matchers from dart:unittest to separate library (dart:matchers) #142
Comments
<img src="https://avatars.githubusercontent.com/u/444270?v=3" align="left" width="48" height="48"hspace="10"> Comment by seaneagan also would be useful for a pattern matching construct: match(x) { |
<img src="https://avatars.githubusercontent.com/u/3276024?v=3" align="left" width="48" height="48"hspace="10"> Comment by anders-sandholm Added Area-UnitTest, Triaged labels. |
<img src="https://avatars.githubusercontent.com/u/2762632?v=3" align="left" width="48" height="48"hspace="10"> Comment by gramster Set owner to @gramster. |
<img src="https://avatars.githubusercontent.com/u/2762632?v=3" align="left" width="48" height="48"hspace="10"> Comment by gramster They are now a separate library (although still in the unit test package). Added Fixed label. |
<img src="https://avatars.githubusercontent.com/u/17034?v=3" align="left" width="48" height="48"hspace="10"> Comment by kevmoo Added Pkg-Unittest label. |
<img src="https://avatars.githubusercontent.com/u/17034?v=3" align="left" width="48" height="48"hspace="10"> Comment by kevmoo Removed Area-UnitTest label. |
<img src="https://avatars.githubusercontent.com/u/480590?v=3" align="left" width="96" height="96"hspace="10"> Issue by Ladicek
Originally opened as dart-lang/sdk#3717
Matchers are not only useful in unit testing, but also in a bunch of other contexts -- precondition checking, working with collections, specifying validations etc. Last time it was mentioned on the list is in https://groups.google.com/a/dartlang.org/group/misc/browse_thread/thread/cbdaa198dc9c8c97. Therefore, I propose to extract matchers from dart:unittest to a separate library, possibly called dart:matchers.
The text was updated successfully, but these errors were encountered: