Searched refs:hardAssert (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/php/tests/interop/ |
D | interop_client.php | 37 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), 135 hardAssert($result->getUsername() === $jsonKey['client_email'], 137 hardAssert(strpos($args['oauth_scope'], $result->getOauthScope()) !== false, 158 hardAssert($args['default_service_account'] === $result->getUsername(), 175 hardAssert($result->getUsername() === $jsonKey['client_email'], [all …]
|
/external/grpc-grpc/src/php/tests/qps/ |
D | client.php | 49 function hardAssert($value, $error_message) function 75 hardAssert($config->getOutstandingRpcsPerChannel() == 1, "Only 1 outstanding RPC supported");
|