jdave
Interface IContainment<T>

All Superinterfaces:
org.hamcrest.Matcher<Collection<T>>, org.hamcrest.SelfDescribing
All Known Implementing Classes:
AllContainment, AnyContainment, BaseMatcherContainment, CollectionContainment, ExactContainment, InOrderContainment, InPartialOrderContainment, NotContainment, ObjectContainment

public interface IContainment<T>
extends org.hamcrest.Matcher<Collection<T>>

Author:
Joni Freeman

Method Summary
 String error(Collection<T> actual)
           
 boolean matches(Collection<T> actual)
           
 
Methods inherited from interface org.hamcrest.Matcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, matches
 
Methods inherited from interface org.hamcrest.SelfDescribing
describeTo
 

Method Detail

matches

boolean matches(Collection<T> actual)

error

String error(Collection<T> actual)


Copyright © 2010. All Rights Reserved.