}
@Override
public void configure(TestElement te) {
super.configure(te);
DbMonCollector dmte = (DbMonCollector) te;
JMeterProperty dbmonValues = dmte.getSamplerSettings();
if (!(dbmonValues instanceof NullProperty)) {
JMeterPluginsUtils.collectionPropertyToTableModelRows((CollectionProperty) dbmonValues, tableModel, columnClasses);
} else {
log.warn("Received null property instead of collection");
}