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

website.automate.jwebrobot.validator.ContextValidator Maven / Gradle / Ivy

package website.automate.jwebrobot.validator;

import website.automate.jwebrobot.context.GlobalExecutionContext;

public interface ContextValidator {

    void validate(GlobalExecutionContext context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy