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

On forthcoming MultimapSubject, add containsExactly(Object... alternatingKeysAndValues) #159

Closed
cpovirk opened this issue Dec 2, 2014 · 3 comments
Assignees

Comments

@cpovirk
Copy link
Member

cpovirk commented Dec 2, 2014

I think that, if this doesn't exist, we will see people continue to write their assertions in multiple parts:

assertThat(foo).hasSize(5);
assertThat(foo).containsEntry(a, b);
assertThat(foo).containsEntry(c, d);
...
@dimo414
Copy link
Contributor

dimo414 commented May 23, 2017

@nymanjens might want to weigh in on this.

@nymanjens
Copy link
Contributor

+1 This would be consistent with MapSubject, right?

@cpovirk
Copy link
Member Author

cpovirk commented Sep 27, 2017

We finally did this.

@cpovirk cpovirk closed this as completed Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants