#include <grpc/support/port_platform.h>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <grpc/event_engine/endpoint_config.h>
#include <grpc/grpc.h>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/event_engine/channel_args_endpoint_config.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (EndpointConfigTest, CanSRetrieveValuesFromChannelArgs) | |
TEST (EndpointConfigTest, ReturnsMonostateForMissingKeys) | |
Definition at line 41 of file endpoint_config_test.cc.
TEST | ( | EndpointConfigTest | , |
CanSRetrieveValuesFromChannelArgs | |||
) |
Definition at line 28 of file endpoint_config_test.cc.
TEST | ( | EndpointConfigTest | , |
ReturnsMonostateForMissingKeys | |||
) |
Definition at line 35 of file endpoint_config_test.cc.