net.thucydides.core.matchers
Interface BeanCollectionMatcher

Package class diagram package BeanCollectionMatcher
All Superinterfaces:
BeanMatcher

public interface BeanCollectionMatcher
extends BeanMatcher


Method Summary
<T> boolean
matches(Collection<T> elements)
           
 
Methods inherited from interface net.thucydides.core.matchers.BeanMatcher
matches
 

Method Detail

matches

<T> boolean matches(Collection<T> elements)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.