bc.setURLs(urls.getText());
}
public void configure(TestElement element) {
super.configure(element);
LineChart bc = (LineChart)element;
xItems.setText(bc.getXAxis());
yItems.setText(bc.getYAxis());
xAxisLabel.setText(bc.getXLabel());
yAxisLabel.setText(bc.getYLabel());
caption.setText(bc.getCaption());
urls.setText(bc.getURLs());
}