Skip to content
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

Add matchers for collections and maps #37

Closed
mscharhag opened this issue May 27, 2017 · 1 comment
Closed

Add matchers for collections and maps #37

mscharhag opened this issue May 27, 2017 · 1 comment
Milestone

Comments

@mscharhag
Copy link
Owner

For example:

expect(list).toContain("foo");
expect(map).toContainKey("foo");
expect(list).toBeEmpty();
...
@mscharhag mscharhag added this to the 0.2.0 milestone May 27, 2017
@mscharhag
Copy link
Owner Author

Done in Merge Request #36 and d49ee6d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant