public class State extends Assert
Constructor and Description |
---|
State(Element element,
OutputFile file) |
Modifier and Type | Method and Description |
---|---|
void |
checked()
Verifies that the element is checked.
|
void |
displayed()
Verifies that the element is displayed.
|
void |
displayedAndChecked()
Verifies that the element is displayed and checked.
|
void |
displayedAndEditable()
Verifies that the element is displayed and editable.
|
void |
displayedAndNotEditable()
Verifies that the element is displayed but not editable.
|
void |
displayedAndUnchecked()
Verifies that the element is displayed but not checked.
|
void |
editable()
Verifies that the element is editable.
|
void |
notChecked()
Verifies that the element is not checked.
|
void |
notDisplayed()
Verifies that the element is not displayed.
|
void |
notEditable()
Verifies that the element is not editable.
|
void |
notPresent()
Verifies that the element is not present.
|
void |
present()
Verifies that the element is present.
|
getAttributes, getValue, isPresent, isPresentSelect, isPresentTable, isSelect, isTable
public State(Element element, OutputFile file)
public void present()
public void notPresent()
public void displayed()
public void notDisplayed()
public void checked()
public void notChecked()
public void displayedAndChecked()
public void displayedAndUnchecked()
public void editable()
public void notEditable()
public void displayedAndEditable()
public void displayedAndNotEditable()
Copyright © 2017. All rights reserved.