jdave.containment
Class NotContainment<T>
java.lang.Object
org.hamcrest.BaseMatcher<Collection<T>>
jdave.BaseMatcherContainment<T>
jdave.containment.NotContainment<T>
- All Implemented Interfaces:
- IContainment<T>, org.hamcrest.Matcher<Collection<T>>, org.hamcrest.SelfDescribing
public class NotContainment<T>
- extends BaseMatcherContainment<T>
- Author:
- Pekka Enberg
| 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_ |
NotContainment
public NotContainment(IContainment<T> containment)
matches
public boolean matches(Collection<T> actual)
error
public String error(Collection<T> actual)
Copyright © 2010. All Rights Reserved.