Skip to content

Conversation

@natebosch
Copy link
Member

As a shortcut for the very common it()..equals pattern. Any other
condition will still need to fall back on it()...

As a shortcut for the very common `it()..equals` pattern. Any other
condition will still need to fall back on `it()..`.
This demonstrates a risk of this method - if other packages add an
extension which specialized `equals` for other Subject types, they won't
get picked up by `equals()` but would get picked up by `it()..equals()`.
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

Successfully merging this pull request may close these issues.

2 participants