You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need more testing helper so the consumer can make sure that the rpc call made is compliant (parameters are of the correct name and type) to the service input argument schema:
This mean that we need to expose the arguments type also, so the spec can look like this:
We need more testing helper so the consumer can make sure that the rpc call made is compliant (parameters are of the correct name and type) to the service input argument schema:
This mean that we need to expose the arguments type also, so the spec can look like this:
This way we can expose argument types and check them from out tests.
The text was updated successfully, but these errors were encountered: