jdave
Interface IContainment<T>

All Superinterfaces:
org.hamcrest.Matcher<java.util.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<java.util.Collection<T>>

Author:
Joni Freeman

Method Summary
 java.lang.String error(java.util.Collection<T> actual)
           
 boolean matches(java.util.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(java.util.Collection<T> actual)

error

java.lang.String error(java.util.Collection<T> actual)


Copyright ? 2009. All Rights Reserved.