Barista
Barista copied to clipboard
assertContains & assertNotContains with viewMatcher
The current implementations of assertContains & assertNotContains do not include an implementation that allows viewMatcher as parameter.
After my first PR I wanted to add some new methods with viewmatchers. However, I am confused with method name and goals. It seems to me that exist and contain are similar. The only difference I see i the display for contains, but it is not understable from the name.
So what was the idea behind assertContain vs assertExist same with negative version of the methods ?