de.ppi.selenium.logevent.report.LogReporter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webtest Show documentation
Show all versions of webtest Show documentation
Some additional helper for webtesting with selenium
package de.ppi.selenium.logevent.report;
import de.ppi.selenium.logevent.api.EventStorage;
/**
* A reporter for LogEvents.
*
*/
public interface LogReporter {
/**
* Creates a report.
*
* @param storage the storage system.
* @param testrunId the id of the testrun.
*/
void createReport(EventStorage storage, String testrunId);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy