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

com.arextest.schedule.comparer.ComparisonWriter Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.comparer;

import com.arextest.schedule.model.ReplayActionCaseItem;
import com.arextest.schedule.model.ReplayCompareResult;
import java.util.List;

/**
 * @author jmo
 * @since 2022/1/27
 */
public interface ComparisonWriter {

  boolean writeIncomparable(ReplayActionCaseItem caseItem, String remark);

  boolean write(List comparedResult);

  boolean writeQmqCompareResult(ReplayActionCaseItem caseItem);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy