public abstract class ContentPattern<T> extends java.lang.Object implements NamedValueMatcher<T>
Modifier and Type | Field and Description |
---|---|
protected T |
expectedValue |
Constructor and Description |
---|
ContentPattern(T expectedValue) |
Modifier and Type | Method and Description |
---|---|
T |
getValue() |
protected boolean |
isNullValuePermitted() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExpected, getName
match