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

com.arextest.schedule.service.noise.ReplayNoiseIdentify Maven / Gradle / Ivy

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

import com.arextest.schedule.model.PlanExecutionContext;
import com.arextest.schedule.model.ReplayActionCaseItem;
import com.arextest.schedule.model.ReplayActionItem;
import java.util.List;

/**
 * Created by coryhh on 2023/10/17.
 */
public interface ReplayNoiseIdentify {

  void noiseIdentify(List allCasesOfContext,
      PlanExecutionContext executionContext);

  void rerunNoiseAnalysisRecovery(List actionItems);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy