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

mmarquee.automation.utils.providers.PatternProvider Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package mmarquee.automation.utils.providers;

import mmarquee.automation.pattern.BasePattern;

/** 
 * Helper interface to allow testing with mocked Pattern

 */
public interface PatternProvider {
	BasePattern getPattern();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy