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

ru.yandex.qatools.allure.events.Event Maven / Gradle / Ivy

There is a newer version: 1.4.0.RC9
Show newest version
package ru.yandex.qatools.allure.events;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 11.11.13
 *         

* User of this interface has control over test context * @see ru.yandex.qatools.allure.events.StepEvent * @see ru.yandex.qatools.allure.events.TestCaseEvent * @see ru.yandex.qatools.allure.events.TestSuiteEvent */ public interface Event { /** * Use this method to change test context * * @param context which can be changed */ void process(T context); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy