mmarquee.automation.utils.providers.PatternProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-automation Show documentation
Show all versions of ui-automation Show documentation
A Java library that wraps the MS UIAutomation library.
package mmarquee.automation.utils.providers;
import mmarquee.automation.pattern.BasePattern;
/**
* Helper interface to allow testing with mocked Pattern
*/
public interface PatternProvider {
BasePattern getPattern();
}