ParserTestCaseInput
is used
to input assertions on the shape of a given test case output event.
Table: ParserTestCaseInput
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: Mar 28, 2025 | |||||
fieldsHaveValues | [FieldHasValueInput ] | yes | [ ] | Long-Term | Names of fields and their expected value on the output event. These are key-value pairs, and should be treated as a map-construct. See FieldHasValueInput . |
fieldsNotPresent | [string] | yes | [ ] | Long-Term | Names of fields which should not be present on the output event. |