-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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) #3717
Comments
This comment was originally written by @seaneagan also would be useful for a pattern matching construct: match(x) { |
Added Area-UnitTest, Triaged labels. |
Set owner to @gramster. |
They are now a separate library (although still in the unit test package). Added Fixed label. |
Added Pkg-Unittest label. |
Removed Area-UnitTest label. |
This issue has been moved to dart-lang/test#142. |
This issue was originally filed by [email protected]
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: