1 | public void configure(TestElement el) {↵ | | 1 | public void ↵
|
2 | super.configure(el);↵ | | |
|
3 | SubscriberSampler sampler = (SubscriberSampler) el;↵ | | |
|
4 | useProperties.setSelected(sampler.getUseJNDIPropertiesAsBoolean());↵ | | |
|
5 | jndiICF.setText(sampler.getJNDIInitialContextFactory());↵ | | |
|
6 | urlField.setText(sampler.getProviderUrl());↵ | | |
|
7 | jndiConnFac.setText(sampler.getConnectionFactory());↵ | | |
|
8 | jmsTopic.setText(sampler.getTopic());↵ | | |
|
9 | jmsUser↵ | | 2 | modifyTestElement(TestElement element) {↵
|
| | | 3 | super.configureTestElement(element);↵
|
| | | 4 | ReportPage page = (ReportPage)element;↵
|
| | | 5 | page.setCSS(cssURL.getText());↵
|
| | | 6 | page.setFooterURL(footerURL.getText());↵
|
| | | 7 | page.setHeaderURL(headerURL.getText());↵
|
10 | .setText(sampler.getUsername());↵ | | 8 | page.set↵
|
11 | jmsPwd.setText(sampler.getPassword());↵ | | 9 | Index(String.valueOf(makeIndex.isSelected()));↵
|
12 | iterations.setText(sampler.getIterations());↵ | | |
|
13 | reqAuth.setText(sampler.getUseAuth());↵ | | |
|
14 | readResponse.setSelected(sampler.getReadResponseAsBoolean());↵ | | |
|
15 | clientChoice.setText(samp↵ | | 10 | page.setIntroduction(introduction.getText());↵
|
16 | ler.getClientChoice());↵ | | 11 | page.setTitle(pageTitle.getText());↵
|
17 | | | 12 |
|