use of kg.apc.jmeter.dbmon.DbMonCollector in project jmeter-plugins by undera.
the class DbMonGuiTest method testModifyTestElement.
@Test
public void testModifyTestElement() {
System.out.println("modifyTestElement");
TestElement c = new DbMonCollector();
DbMonGui instance = new DbMonGui();
instance.modifyTestElement(c);
}
Aggregations