jdave
Class BaseMatcherContainment<T>
java.lang.Object
org.hamcrest.BaseMatcher<Collection<T>>
jdave.BaseMatcherContainment<T>
- All Implemented Interfaces:
- IContainment<T>, org.hamcrest.Matcher<Collection<T>>, org.hamcrest.SelfDescribing
- Direct Known Subclasses:
- CollectionContainment, NotContainment, ObjectContainment
public abstract class BaseMatcherContainment<T>
- extends org.hamcrest.BaseMatcher<Collection<T>>
- implements IContainment<T>
- Author:
- Tuomas Karkkainen
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
| Methods inherited from interface org.hamcrest.Matcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
actual
protected Collection<T> actual
BaseMatcherContainment
public BaseMatcherContainment()
matches
public final boolean matches(Object item)
- Specified by:
matches in interface org.hamcrest.Matcher<Collection<T>>
describeTo
public final void describeTo(org.hamcrest.Description description)
- Specified by:
describeTo in interface org.hamcrest.SelfDescribing
Copyright © 2010. All Rights Reserved.