Closed carvalhorr closed 3 years ago
Generates a client for the configuration REST API:
New{ServiceName}RemoteMockClient
{ServiceName}RemoteMockClient
Clear
On{RpcName}
Return
Error
Generates a client for the configuration REST API:
New{ServiceName}RemoteMockClient
function.{ServiceName}RemoteMockClient
that exposes aClear
method and one method for each of the service RPCs(In the form ofOn{RpcName}
.On{RpcName}
exposes aReturn
andError
methods that send a valid stub and an error stub respectively.