functionMocks property
Optional function mocks for service-defined functions.
If not set, any service defined function is expected to return an error, which may or may not influence the test outcome.
Implementation
core.List<FunctionMock>? functionMocks;