ParserTestCaseAssertionsForOutput

ParserTestCaseAssertionsForOutput is a datatype for assertions on the shape of the given output event. It's a key-value pair, where the index of the output event is the key, and the assertions are the value.

This datatype is used by ParserTestCase — which is used by both UnsavedParser and Parser.

Table: ParserTestCaseAssertionsForOutput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Dec 9, 2025
assertionsParserTestCaseOutputAssertionsyes Long-TermAssertions on the shape of a given test case output event. See ParserTestCaseOutputAssertions.
outputEventIndexintegeryes Long-TermThe index of the output event to which the assertions should apply.