Class NotStringMatcherImpl<FLUENT>
java.lang.Object
org.jboss.arquillian.graphene.wait.AbstractNegatable<StringMatcher<FLUENT>>
org.jboss.arquillian.graphene.wait.NotStringMatcherImpl<FLUENT>
- All Implemented Interfaces:
Negatable<StringMatcher<FLUENT>>,NotStringMatcher<FLUENT>,StringMatcher<FLUENT>
public class NotStringMatcherImpl<FLUENT>
extends AbstractNegatable<StringMatcher<FLUENT>>
implements NotStringMatcher<FLUENT>
- Author:
- Jan Papousek
-
Constructor Summary
ConstructorsConstructorDescriptionNotStringMatcherImpl(StringConditionFactory<StringConditionFactory> factory, FluentBase<FLUENT> fluentBase) -
Method Summary
Methods inherited from class org.jboss.arquillian.graphene.wait.AbstractNegatable
getNegation, not, setNegation
-
Constructor Details
-
NotStringMatcherImpl
public NotStringMatcherImpl(StringConditionFactory<StringConditionFactory> factory, FluentBase<FLUENT> fluentBase)
-
-
Method Details
-
contains
- Specified by:
containsin interfaceStringMatcher<FLUENT>
-
equalTo
- Specified by:
equalToin interfaceStringMatcher<FLUENT>
-
equalToIgnoreCase
- Specified by:
equalToIgnoreCasein interfaceStringMatcher<FLUENT>
-
matches
- Specified by:
matchesin interfaceStringMatcher<FLUENT>
-
copy
- Specified by:
copyin classAbstractNegatable<StringMatcher<FLUENT>>
-