Searched refs:testMessage (Results 1 – 5 of 5) sorted by relevance
51 Conformance.TestAllTypes testMessage; in doTest() local56 testMessage = Conformance.TestAllTypes.parseFrom(request.getProtobufPayload()); in doTest()67 testMessage = builder.build(); in doTest()87 …return Conformance.ConformanceResponse.newBuilder().setProtobufPayload(testMessage.toByteString())… in doTest()92 JsonFormat.printer().usingTypeRegistry(typeRegistry).print(testMessage)).build(); in doTest()
48 Conformance.TestAllTypes testMessage; in doTest() local53 testMessage = Conformance.TestAllTypes.parseFrom(request.getProtobufPayload()); in doTest()77 …return Conformance.ConformanceResponse.newBuilder().setProtobufPayload(testMessage.toByteString())… in doTest()
65 TestAllTypes *testMessage = nil;74 testMessage = [TestAllTypes parseFromData:request.protobufPayload76 if (!testMessage) {88 if (testMessage) {96 response.protobufPayload = testMessage.data;99 [NSString stringWithFormat:@"Failed to make data from: %@", testMessage];
471 final String testMessage = "This is a test message to report suspension of %1$s"; in testInterceptorActivity() local473 new SuspendDialogInfo.Builder().setMessage(testMessage).build()); in testInterceptorActivity()477 Until.findObject(By.text(String.format(testMessage, TEST_APP_LABEL))), 5000)); in testInterceptorActivity()
554 def testMessage(self): member in AddDescriptorTest