Interface BeanCollectionMatcher

All Superinterfaces:
BeanMatcher
All Known Implementing Classes:
BeanCountMatcher, BeanUniquenessMatcher, MaxFieldValueMatcher, MinFieldValueMatcher

public interface BeanCollectionMatcher extends BeanMatcher
  • Method Summary

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

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

    matches
  • Method Details

    • matches

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