alexruiz / fest-assert-2.x

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

new Iterable assertion : doesNotContainAnyElementsOf(Iterable) #96

Open joel-costigliola opened 12 years ago

joel-costigliola commented 12 years ago

Exact signature :

public S doesNotContainAnyElementsOf(Iterable<? extends T> iterable)