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

com.qa.framework.verify.IExpectResult Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version
package com.qa.framework.verify;

/**
 * 预期结果类
 * Created by apple on 15/11/18.
 */
public interface IExpectResult {

    /**
     * Compare real.
     *
     * @param content the content
     */
    void compareReal(String content);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy