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.

This datatype is used by the datatype, ParserTestCaseResult, which leads to more datatypes and ultimately the testParserV2() mutation field.

Table: ParserTestCaseFailuresForOutput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 27, 2024
failuresParserTestCaseOutputFailuresyes Long-TermFailures for the output event. See ParserTestCaseOutputFailures.
outputEventIndexintegeryes Long-TermThe 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.