#include "src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
Go to the source code of this file.
Macros | |
#define | ALTS_CLIENT_OPTIONS_TEST_TARGET_SERVICE_ACCOUNT_1 "abc@google.com" |
#define | ALTS_CLIENT_OPTIONS_TEST_TARGET_SERVICE_ACCOUNT_2 "def@google.com" |
Functions | |
static size_t | get_target_service_account_num (grpc_alts_credentials_options *options) |
int | main (int, char **) |
static void | test_client_options_api_success () |
static void | test_copy_client_options_failure () |
Variables | |
const size_t | kTargetServiceAccountNum = 2 |
#define ALTS_CLIENT_OPTIONS_TEST_TARGET_SERVICE_ACCOUNT_1 "abc@google.com" |
Definition at line 28 of file grpc_alts_credentials_options_test.cc.
#define ALTS_CLIENT_OPTIONS_TEST_TARGET_SERVICE_ACCOUNT_2 "def@google.com" |
Definition at line 29 of file grpc_alts_credentials_options_test.cc.
|
static |
Definition at line 43 of file grpc_alts_credentials_options_test.cc.
Definition at line 90 of file grpc_alts_credentials_options_test.cc.
|
static |
Definition at line 56 of file grpc_alts_credentials_options_test.cc.
|
static |
Definition at line 33 of file grpc_alts_credentials_options_test.cc.
const size_t kTargetServiceAccountNum = 2 |
Definition at line 31 of file grpc_alts_credentials_options_test.cc.