ru.tinkoff.testops.droidherd.auth.DroidherdAuthData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of droidherd-client Show documentation
Show all versions of droidherd-client Show documentation
A library that parallelizes Android Test execution to all connected devices and emulators
package ru.tinkoff.testops.droidherd.auth;
public interface DroidherdAuthData {
String getClientId();
String getToken();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy