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

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

package ru.yandex.qatools.allure.events;

import ru.yandex.qatools.allure.model.Step;

/**
 * Implement this interface to allow access to current step context.
 * Usage see at {@link ru.yandex.qatools.allure.Allure}
 *
 * @author Dmitry Baev [email protected]
 *         Date: 13.12.13
 *         

* @see ru.yandex.qatools.allure.events.Event */ public interface StepEvent extends Event { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy