Home | History | Annotate | Download | only in conformance

Lines Matching refs:response

40   response = Conformance::ConformanceResponse.new
49 response.parse_error = err.message.encode('utf-8')
50 return response
57 response.parse_error = err.message.encode('utf-8')
58 return response
70 response.protobuf_payload = test_message.to_proto
73 response.json_payload = test_message.to_json
79 response.runtime_error = err.message.encode('utf-8')
82 response
99 response = do_test(request)
101 serialized_response = Conformance::ConformanceResponse.encode(response)
108 "response=#{response.to_json}\n")