ru.yandex.qatools.allure.events.StepCanceledEvent Maven / Gradle / Ivy
package ru.yandex.qatools.allure.events;
import ru.yandex.qatools.allure.model.Status;
import ru.yandex.qatools.allure.model.Step;
/**
* @author Dmitry Baev [email protected]
* Date: 11.11.13
*/
public class StepCanceledEvent extends AbstractStepCanceledEvent {
@Override
public void process(Step step) {
step.setStatus(Status.CANCELED);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy