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

com.arextest.model.replay.CaseSendScene Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.arextest.model.replay;

/**
 * Sent from schedule -> Target Service Agent -> Storage
 * Used to identify the use case of test case sent by schedule
 */
public enum CaseSendScene {
  /**
   * normal cases
   */
  NORMAL,
  /**
   * extra cases like de-noise and config recover
   */
  EXTRA,

  /**
   * normal cases in mixed replay
   */
  MIXED_NORMAL;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy