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

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 27, 2024
results[ParserTestCaseResult]yes Long-TermThe results from running each test case. See ParserTestCaseResult.