ParserTestRunCompleted is a datatype for a parser test result, where all test cases were parsed and assertions run. Each result is given in the same order as the test cases were put in, so they can be matched by index.

Table: ParserTestRunCompleted

ParameterTypeRequiredDefaultDescription
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
results[ParserTestCaseResult]yes The results from running each test case. See ParserTestCaseResult.