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());↵ | | |
|
8 | soapXmlFile.setFilename(sampler.getXmlFile↵ | | 2 | ement) {↵
|
| | | 3 | super.configure(element);↵
|
| | | 4 | ReportPage page = (ReportPage)element;↵
|
| | | 5 | cssURL.setText(page.getCSS());↵
|
| | | 6 | footerURL.setText(page.getFooterURL());↵
|
| | | 7 | headerURL.setText(page.getHeaderURL());↵
|
| | | 8 | makeIndex.setSelected(page.getIndex());↵
|
9 | ());↵ | | 9 | introduction.setText(page.getIntroduction());↵
|
10 | useKeepAlive.setSelected(sampler.getUseKeepAlive());↵ | | 10 | pageTitle.setText(page.getTitle());↵
|
11 | | | 11 |
|