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

com.saucelabs.testng.SauceOnDemandAuthenticationProvider Maven / Gradle / Ivy

There is a newer version: 2.1.25
Show newest version
package com.saucelabs.testng;

import com.saucelabs.common.SauceOnDemandAuthentication;

/**
 * Marker interface which should be implemented by Tests that instantiate {@link SauceOnDemandAuthentication}.  This
 * interface is referenced by {@link SauceOnDemandTestListener} in order to construct the {@link com.saucelabs.saucerest.SauceREST}
 * instance using the authentication specified for the specific test.
 *
 * @author Ross Rowe
 */
public interface SauceOnDemandAuthenticationProvider {
    /**
     *
     * @return the {@link SauceOnDemandAuthentication} instance for a specific test.
     */
    SauceOnDemandAuthentication getAuthentication();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy