public class NotStringMatcherImpl<FLUENT> extends AbstractNegatable<StringMatcher<FLUENT>> implements NotStringMatcher<FLUENT>
| Constructor and Description |
|---|
NotStringMatcherImpl(StringConditionFactory<StringConditionFactory> factory,
FluentBase<FLUENT> fluentBase) |
| Modifier and Type | Method and Description |
|---|---|
FLUENT |
contains(String expected) |
protected StringMatcher<FLUENT> |
copy() |
FLUENT |
equalTo(String expected) |
getNegation, not, setNegationpublic NotStringMatcherImpl(StringConditionFactory<StringConditionFactory> factory, FluentBase<FLUENT> fluentBase)
public FLUENT contains(String expected)
contains in interface StringMatcher<FLUENT>public FLUENT equalTo(String expected)
equalTo in interface StringMatcher<FLUENT>protected StringMatcher<FLUENT> copy()
copy in class AbstractNegatable<StringMatcher<FLUENT>>Copyright © 2014 JBoss by Red Hat. All rights reserved.