package at.gv.egovernment.moa.id.monitoring; import java.util.List; public interface TestModuleInterface { public List performTests() throws Exception; public void initializeTest(long delayParam, String url) throws Exception; public String getName(); }