| 17 | } |
| 18 | |
| 19 | invocation_response echo_failure(invocation_request const& /*request*/) |
| 20 | { |
| 21 | return invocation_response::failure("Test error message", "TestErrorType"); |
| 22 | } |
| 23 | |
| 24 | invocation_response binary_response(invocation_request const& /*request*/) |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected