Home
last modified time | relevance | path

Searched refs:hardAssert (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/php/tests/interop/
Dinterop_client.php37 function hardAssert($value, $error_message) function
64 hardAssert($result !== null, 'Call completed with a null response');
107 hardAssert($result !== null, 'Call returned a null response');
109 hardAssert($payload->getType() === Grpc\Testing\PayloadType::COMPRESSABLE,
111 hardAssert(strlen($payload->getBody()) === $response_len,
113 hardAssert($payload->getBody() === str_repeat("\0", $response_len),
140 hardAssert(
153 hardAssert($result !== null, 'Call returned a null response');
155 hardAssert(
159 hardAssert(
[all …]
/third_party/grpc/src/php/tests/qps/
Dclient.php49 function hardAssert($value, $error_message) function
75 hardAssert($config->getOutstandingRpcsPerChannel() == 1, "Only 1 outstanding RPC supported");