com.testdroid.api.UiPresentable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testdroid-api Show documentation
Show all versions of testdroid-api Show documentation
The Testdroid API library for Java
The newest version!
package com.testdroid.api;
public interface UiPresentable {
String getUiLink();
void setUiLink(String uiLink);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy