All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.ppi.selenium.logevent.report.LogReporter Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
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