alexruiz / fest-assert-2.x

FEST Fluent Assertions 2.x
http://fest.easytesting.org
Apache License 2.0
402 stars 69 forks source link

AbstractMapper.containsKeys(K... keys) and doesNotContainKeys(K... keys). #157

Open dorzey opened 11 years ago

dorzey commented 11 years ago

I have added AbstractMapper.containsKeys(K... keys) and doesNotContainKeys(K... keys). Fixes #126.