Interface BeanCollectionMatcher

All Superinterfaces:
BeanMatcher

public interface BeanCollectionMatcher extends BeanMatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> boolean
    matches(Collection<T> elements)
     

    Methods inherited from interface net.thucydides.core.matchers.BeanMatcher

    matches
  • Method Details

    • matches

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