ParserTestCaseFailuresForOutput
ParserTestCaseFailuresForOutput
is a datatype that contains any test failures that relates to a
specific output event. This is a key-value pair, where the index of
the output event is the key, and the failures are the value.
Table: ParserTestCaseFailuresForOutput
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 27, 2024 | |||||
failures | ParserTestCaseOutputFailures | yes | Long-Term | Failures for the output event. See ParserTestCaseOutputFailures . | |
outputEventIndex | integer | yes | Long-Term | The index of the output event to which these failures pertain. There may be failures pointing to non-existing output events (e.g., if an assertion was made on an output event which wasn't produced. |