saynotobugsorg / confidence

A declarative Java Assertion Framework
Apache License 2.0
11 stars 1 forks source link

rename `contains` `Quality` to `containsAllOf` #159

Closed dmfs closed 10 months ago

dmfs commented 10 months ago

containsAllOf makes it clearer what the Quality is about. We still could provide an method that takes a single argument called contains though.