
io.magentys.screens.Screen 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;
import io.magentys.screens.annotations.ScreenElement;
import java.util.List;
public interface Screen {
void addScreenElement(ScreenElement screenElement);
Screen addScreenElements(ScreenElement... elements);
List extends ScreenElement> screenElements();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy