public class PageElementTestData extends Object implements Serializable
Objects of this class are responsible for providing test data of a single page element
Copyright 2017 (C) by Martin Ganserer
| Modifier and Type | Field and Description |
|---|---|
static String |
CELL_VALUE_ID |
static String |
PAGE_TITLE_ID |
static String |
ROW_COUNT_ID |
static String |
ROW_INDEX_ID |
| Constructor and Description |
|---|
PageElementTestData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementId() |
String |
getExpectedValue() |
String |
getFilterValue() |
String |
getNewValue() |
void |
setElementId(String elementId) |
void |
setExpectedValue(String expectedValue) |
void |
setFilterValue(String filterValue) |
void |
setNewValue(String newValue) |
public static final String ROW_COUNT_ID
public static final String PAGE_TITLE_ID
public static final String CELL_VALUE_ID
public static final String ROW_INDEX_ID
public String getElementId()
public void setElementId(String elementId)
elementId - public String getNewValue()
public void setNewValue(String newValue)
newValue - public String getExpectedValue()
public void setExpectedValue(String expectedValue)
expectedValue - public String getFilterValue()
public void setFilterValue(String filterValue)
filterValue - Copyright © 2019. All rights reserved.