debugMessages property

List<String>? debugMessages
getter/setter pair

Debug messages related to test execution issues encountered during evaluation.

Debug messages may be related to too many or too few invocations of function mocks or to runtime errors that occur during evaluation. For example: Unable to read variable [name: "resource"]

Implementation

core.List<core.String>? debugMessages;