Skip to content

Replace List<T> by Iterable<? extends T>

Hamcrest matchers for Collections doesn't work well with List<T> but with Iterable<? extends T>

Edited by Jens Kaiser