ru.yandex.qatools.allure.events.TestSuiteEvent Maven / Gradle / Ivy
package ru.yandex.qatools.allure.events;
import ru.yandex.qatools.allure.model.TestSuiteResult;
/**
* @author Dmitry Baev [email protected]
* Date: 13.12.13
*/
public interface TestSuiteEvent extends Event {
String getUid();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy