Search in sources :

Example 6 with DbMonCollector

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);
}
Also used : DbMonCollector(kg.apc.jmeter.dbmon.DbMonCollector) TestElement(org.apache.jmeter.testelement.TestElement) Test(org.junit.Test)

Aggregations

DbMonCollector (kg.apc.jmeter.dbmon.DbMonCollector)6 TestElement (org.apache.jmeter.testelement.TestElement)4 Test (org.junit.Test)3 CollectionProperty (org.apache.jmeter.testelement.property.CollectionProperty)1 JMeterProperty (org.apache.jmeter.testelement.property.JMeterProperty)1 NullProperty (org.apache.jmeter.testelement.property.NullProperty)1