Enum ValueMatchOperator

  • All Implemented Interfaces:
    Serializable, Comparable<ValueMatchOperator>

    public enum ValueMatchOperator
    extends Enum<ValueMatchOperator>
    This operator is used to match with expected value. Expected value format could be like given below: Format-1: As a JSON. based on the operator type different parameter's value can be specified. {ev: ["ev1", "ev2"], valueType="", textMatchMechanism: "", n: 5, inOrder: "yes/no", regEx: ""} Format-2: not as a JSON. In this case you can not specify multiple values and the other parameters for data matching purpose. It will always work based on the exact text match mechanism. i.e. ev
    Author:
    Madhav Krishna