ru.yandex.qatools.allure.storages.TestCaseStorage Maven / Gradle / Ivy
package ru.yandex.qatools.allure.storages;
import ru.yandex.qatools.allure.model.TestCaseResult;
/**
* @author Dmitry Baev [email protected]
* Date: 13.12.13
*/
public class TestCaseStorage extends ThreadLocal {
@Override
protected TestCaseResult initialValue() {
return new TestCaseResult();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy