aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.h
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-08-01 12:51:31 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-08-01 12:51:31 -0700
commit9e83d7ef0f6bfb392d7b564e7edac8931cb3ad12 (patch)
treeab1216aee995fe987576ac07aa7ed037bff3e42c /src/objective-c/tests/InteropTests.h
parent32fde7af294808f43dc92749b1c008eaba5f65b9 (diff)
Fix local server tests & exceptions tests
Diffstat (limited to 'src/objective-c/tests/InteropTests.h')
-rw-r--r--src/objective-c/tests/InteropTests.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/objective-c/tests/InteropTests.h b/src/objective-c/tests/InteropTests.h
index 6d54343b13..ecab606a78 100644
--- a/src/objective-c/tests/InteropTests.h
+++ b/src/objective-c/tests/InteropTests.h
@@ -46,4 +46,11 @@
* Override in a subclass to perform these tests against a specific address.
*/
+ (NSString *)host;
+
+/**
+ * Bytes of overhead of test proto responses due to encoding. This is used to excercise the behavior
+ * when responses are just above or below the max response size. For some reason, the local and
+ * remote servers enconde responses with different overhead (?), so this is defined per-subclass.
+ */
+- (int32_t)encodingOverhead;
@end