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

ru.tinkoff.testops.droidherd.auth.DroidherdAuthData Maven / Gradle / Ivy

Go to download

A library that parallelizes Android Test execution to all connected devices and emulators

There is a newer version: 1.0.0
Show newest version
package ru.tinkoff.testops.droidherd.auth;

public interface DroidherdAuthData {
    String getClientId();
    String getToken();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy