ru.yandex.qatools.allure.events.TestCaseEvent Maven / Gradle / Ivy
package ru.yandex.qatools.allure.events;
import ru.yandex.qatools.allure.model.TestCaseResult;
/**
* @author Dmitry Baev [email protected]
* Date: 13.12.13
*
* Implement this interface to allow access to current testCase context.
* Usage see at {@link ru.yandex.qatools.allure.Allure}
* @see ru.yandex.qatools.allure.events.Event
*/
public interface TestCaseEvent extends Event {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy