75767778798081828384
init(); } @Override public TestElement createTestElement() { simpleTableController = new HttpSimpleTableControl(); log.debug("creating/configuring model = " + simpleTableController); modifyTestElement(simpleTableController); return simpleTableController; }
373839404142434445
} @Test public void testConfigure() { System.out.println("configure"); TestElement element = new HttpSimpleTableControl(); HttpSimpleTableControlGui instance = new HttpSimpleTableControlGui(); instance.configure(element); }
535455565758596061
} @Test public void testModifyTestElement() { System.out.println("modifyTestElement"); TestElement sampler = new HttpSimpleTableControl(); HttpSimpleTableControlGui instance = new HttpSimpleTableControlGui(); instance.modifyTestElement(sampler); }