public class IsNotElementBuilderImpl<FLUENT> extends AbstractNegatable<IsElementBuilder<FLUENT>> implements IsNotElementBuilder<FLUENT>
| Constructor and Description |
|---|
IsNotElementBuilderImpl(ElementConditionFactory factory,
FluentBase<FLUENT> fluentBase) |
| Modifier and Type | Method and Description |
|---|---|
protected IsElementBuilder<FLUENT> |
copy() |
FLUENT |
present()
Checks whether the element is present.
|
FLUENT |
selected()
Checks whether the element is selected.
|
FLUENT |
visible()
Checks whether the element is visible.
|
getNegation, not, setNegationpublic IsNotElementBuilderImpl(ElementConditionFactory factory, FluentBase<FLUENT> fluentBase)
public FLUENT present()
IsElementBuilderpresent in interface IsElementBuilder<FLUENT>public FLUENT selected()
IsElementBuilderselected in interface IsElementBuilder<FLUENT>public FLUENT visible()
IsElementBuildervisible in interface IsElementBuilder<FLUENT>protected IsElementBuilder<FLUENT> copy()
copy in class AbstractNegatable<IsElementBuilder<FLUENT>>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.