1 | public void configure(TestElement el) {↵ | | 1 | public void configure(TestElement el↵
|
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↵ | | 2 | ement) {↵
|
| | | 3 | super.configure(element);↵
|
| | | 4 | LineChart bc = (LineChart)element;↵
|
| | | 5 | xItems.setText(bc.getXAxis());↵
|
9 | .setText(sampler.getTopic());↵ | | 6 | yItems.setText(↵
|
10 | jmsUser.setText(sampler.getUsername());↵ | | |
|
11 | jmsPwd↵ | | 7 | bc.getYAxis());↵
|
| | | 8 | xAxisLabel.setText(bc.getXLabel());↵
|
12 | .setText(sampler.getPassword());↵ | | 9 | yAxisLabel.setText(↵
|
13 | itera↵ | | 10 | bc.getYLabel());↵
|
14 | tions.setText(sampler.getIterations());↵ | | 11 | caption.setText(bc.getCaption());↵
|
15 | reqAuth.setText(sampler.getUseAuth());↵ | | |
|
16 | readResponse.setSelected(sampler.getReadResponseAsBoolean());↵ | | |
|
17 | clientChoice.setText(sampler.getClientChoice());↵ | | |
|
18 | | | 12 | urls.setText(bc.getURLs());↵
|
| | | 13 |
|