ParserTestCaseAssertionsForOutputInput is an input datatype for providing 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.

This datatype is used by the datatype, ParserTestCaseInput, which is used by three other input datatypes: CreateParserInputV2, which is used by the createParserV2() mutation field; and ParserTestRunInput, which is used by the testParserV2() mutation; and UpdateParserInputV2, which is used by the updateParserV2() mutation.

Table: ParserTestCaseAssertionsForOutputInput

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: Sep 19, 2024
outputEventIndexintegeryes Long-TermThe index of the output event which the assertions should be applied.
assertionsParserTestCaseOutputAssertionsInputyes Long-TermAssertions on the shape of a given test case output event. See ParserTestCaseOutputAssertionsInput.