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

com.qantium.uisteps.allure.user.User Maven / Gradle / Ivy

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() {
        super(new BrowserManager(), new Storage());
    }

    @Override
    public Storage getStorage() {
        return (Storage) super.getStorage();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy