latestOpenAPI 3.0.2MITraw.githubusercontent.com2026-08-20273465.6 KB

48019d318a0f

verify

Verify call counts

Asserts that a method was called a specified number of times. With X-Gripmock-Session the count covers that session's calls plus global ones — the same scope its stubs match in. Without the header every call is counted, including calls made under a session.

post/verify

Request body

servicestring required

Fully qualified gRPC service name.

methodstring required

gRPC method name.

expectedCountinteger required

Number of calls the method must have received.

Response

Verification passed

messagestring required

Human-readable result of the operation.

timestring date-time required

Server time when the response was produced (RFC 3339).