ParserTestCaseAssertionsForOutputInput
is used to provide assertions on the shape of a given test case
output event. It is a key-pair value, where the index of the output
event is the key, and the assertions are the value.
Table: ParserTestCaseAssertionsForOutputInput
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 19, 2024 | |||||
outputEventIndex | integer | yes | Long-Term | The index of the output event which the assertions should be applied. | |
assertions | ParserTestCaseOutputAssertionsInput | yes | Long-Term | Assertions on the shape of a given test case output event. See ParserTestCaseOutputAssertionsInput . |