
io.magentys.screens.annotations.ScreenElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cherry Show documentation
Show all versions of cherry Show documentation
A syntactical sugar project for BDD oriented tests
package io.magentys.screens.annotations;
/**
* Created by kostasmamalis on 21/04/16.
*/
public interface ScreenElement {
String getAlias();
ScreenElement withAlias(String aliasValue);
ScreenElement withDefaultValue(String defaultValue);
ScreenElement withMemoryKey(String memoryKey);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy