1 | public void configure(TestElement el) {↵ | | 1 | public void configure(TestElement el↵
|
2 | super.configure(el);↵ | | |
|
3 | SoapSampler sampler = (SoapSampler) el;↵ | | |
|
4 | urlField.setText(sampler.getURLData());↵ | | |
|
5 | sendSoapAction.setSelected(sampler.getSendSOAPAction());↵ | | |
|
6 | soapAction.setText(sampler.getSOAPAction());↵ | | |
|
7 | soapXml.setText(sampler.getXmlData↵ | | 2 | ement) {↵
|
| | | 3 | super.configure(element);↵
|
| | | 4 | BarChart bc = (BarChart)element;↵
|
| | | 5 | xItems.setText(bc.getXAxis());↵
|
| | | 6 | yItems.setText(bc.getYAxis());↵
|
| | | 7 | xAxisLabel.setText(bc.getXLabel());↵
|
8 | ());↵ | | 8 | yAxisLabel.setText(bc.getYLabel());↵
|
9 | soapXmlFile.setFilename(sampler.getXmlFile());↵ | | 9 | caption.setText(bc.getCaption());↵
|
10 | useKeepAlive.setSelected(sampler.getUseKeepAlive());↵ | | 10 | url.setText(bc.getURL());↵
|
11 | | | 11 |
|