FieldHadUnexpectedValue
FieldHadUnexpectedValue
is a datatype for an assertion was made that a field had some value,
and this assertion failed due to an unexpected value for the field.
Table: FieldHadUnexpectedValue
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 25, 2024 | |||||
actualValue | string | Long-Term | The actual value of the field. Note that this is null in the case where the field wasn't present. | ||
expectedValue | string | yes | Long-Term | The value that was asserted to be contained in the field. | |
fieldName | string | yes | Long-Term | The field being asserted on. |