1 | public void configure(TestElement el) {↵ | | 1 | public void configure(TestElement el↵
|
2 | super.configure(el);↵ | | |
|
3 | XPathExtractor xpe = (XPathExtractor) el;↵ | | |
|
4 | xpathQueryField↵ | | 2 | ement) {↵
|
| | | 3 | super.configure(element);↵
|
| | | 4 | BarChart bc = (BarChart)element;↵
|
5 | .setText(xpe.getXPathQuery());↵ | | 5 | xItems.setText(bc.getX↵
|
6 | defaultField↵ | | 6 | Axis());↵
|
7 | .setText(xpe.getDefaultValue());↵ | | 7 | yItems.setText(bc.get↵
|
8 | refNameFi↵ | | 8 | YAxis());↵
|
9 | eld.setText(xpe.getRefName());↵ | | 9 | xAxisLabel.setText(bc.get↵
|
10 | tolerant.setSelected(xpe.isTolerant());↵ | | |
|
11 | quiet.setSelected(xpe.isQuiet());↵ | | |
|
12 | showWarnings.setSelected(xpe.showWarnings());↵ | | |
|
13 | reportErrors.setSelected(xpe.reportErrors());↵ | | |
|
14 | nameSpace.setSelected(xpe.useNameSpace());↵ | | |
|
15 | setTidyOptions(tolerant.isSelected↵ | | 10 | XLabel());↵
|
| | | 11 | yAxisLabel.setText(bc.getYLabel());↵
|
| | | 12 | caption.setText(bc.getCaption());↵
|
16 | ());↵ | | 13 | url.setText(bc.getURL());↵
|
17 | | | 14 |
|