Enum ValueMatchOperator

java.lang.Object
java.lang.Enum<ValueMatchOperator>
org.uitnet.testing.smartfwk.core.validator.ValueMatchOperator
All Implemented Interfaces:
Serializable, Comparable<ValueMatchOperator>, java.lang.constant.Constable

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