org.catools.common.extensions.verify.CVerificationQueue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
The common objects which use in all other CATools projects
package org.catools.common.extensions.verify;
import org.catools.common.logger.CLogger;
/**
* Build a sequence of verifications using method from different verification classes
*/
public interface CVerificationQueue {
CLogger getLogger();
T queue(CVerificationInfo verificationInfo);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy