ru.yandex.qatools.allure.events.Event Maven / Gradle / Ivy
package ru.yandex.qatools.allure.events;
/**
* @author Dmitry Baev [email protected]
* Date: 11.11.13
*/
public interface Event {
void process(T context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy