T
- Type of item.public final class HasValue<T> extends org.hamcrest.TypeSafeDiagnosingMatcher<Arg<T>>
Arg
.Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(Arg<T> item,
org.hamcrest.Description dsc) |
public HasValue(T expected)
expected
- Value within unit test.Copyright © 2019. All rights reserved.