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

cz.mmsparams.api.interfaces.ITestIdProvider Maven / Gradle / Ivy

package cz.mmsparams.api.interfaces;

/**
 * Provides TestID
 */
public interface ITestIdProvider
{
    /**
     * Provides clientKey
     * @return test id
     */
    String getTestId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy