T
- The generic type of the matherpublic class NullOrVoidMatcher<T>
extends org.hamcrest.BaseMatcher<T>
null
or void
value. Can be used to make sure no trailing
events remain when using an Exact Sequence Matcher.Constructor and Description |
---|
NullOrVoidMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object item) |
public boolean matches(Object item)
public void describeTo(org.hamcrest.Description description)
Copyright © 2010–2017. All rights reserved.