1 | public void configure(TestElement element) {↵ | | |
|
2 | super.configure(element);↵ | | |
|
3 | ReportPage page = (ReportPage)element;↵ | | |
|
4 | cssURL.setText(page.getCSS());↵ | | |
|
5 | footerURL.setText(page.getFooterURL());↵ | | |
|
6 | headerURL.setText(page.getHeaderURL());↵ | | |
|
7 | makeIndex.setSelected(page.getIndex());↵ | | |
|
8 | introdu↵ | | 1 | if (s instanceof SoapSampler) {↵
|
| | | 2 | SoapSampler sampler = (SoapSampler) s;↵
|
| | | 3 | sampler.setURLData(urlField.getText());↵
|
| | | 4 | sampler.setXmlData(soapXml.getText());↵
|
| | | 5 | sampler.setXmlFile(soapXmlFile.getFilename());↵
|
9 | ction.setText(page.getIntroduction());↵ | | 6 | sampler.setSOAPAction(soapAction.getText(↵
|
10 | pageTit↵ | | 7 | ));↵
|
| | | 8 | sampler.setSendSOAPAction(sendSoapAction.isSelected());↵
|
11 | le.setText(page.getTitle());↵ | | 9 | sampler.setUseKeepAlive(useKeepAlive.isSelected());↵
|
12 | | | 10 |
|