
com.qantium.uisteps.allure.user.User Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of uisteps-allure Show documentation
Show all versions of uisteps-allure Show documentation
Allure extension for uisteps-core
package com.qantium.uisteps.allure.user;
import com.qantium.uisteps.allure.browser.BrowserManager;
import com.qantium.uisteps.allure.storage.Storage;
/**
* Created by Anton Solyankin
*/
public class User extends com.qantium.uisteps.core.user.User {
public User() {
setBrowserManager(new BrowserManager());
setStorage(new Storage());
}
@Override
public Storage getStorage() {
return (Storage) super.getStorage();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy