jdave.containment
Class ObjectContainment<T>
java.lang.Object
org.hamcrest.BaseMatcher<Collection<T>>
jdave.BaseMatcherContainment<T>
jdave.containment.ObjectContainment<T>
- All Implemented Interfaces:
- IContainment<T>, org.hamcrest.Matcher<Collection<T>>, org.hamcrest.SelfDescribing
public class ObjectContainment<T>
- extends BaseMatcherContainment<T>
- Author:
- Joni Freeman
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
| Methods inherited from interface org.hamcrest.Matcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
ObjectContainment
public ObjectContainment(Object object)
matches
public boolean matches(Collection<T> actual)
error
public String error(Collection<T> actual)
toString
public String toString()
- Overrides:
toString in class org.hamcrest.BaseMatcher<Collection<T>>
Copyright © 2010. All Rights Reserved.