Public Member Functions | Protected Attributes | List of all members
grpc::testing::ProtoServerReflectionTest Class Reference
Inheritance diagram for grpc::testing::ProtoServerReflectionTest:
Inheritance graph
[legend]

Public Member Functions

void CompareMethod (const std::string &method)
 
void CompareService (const std::string &service)
 
void CompareType (const std::string &type)
 
 ProtoServerReflectionTest ()
 
void ResetStub ()
 
void SetUp () override
 
string to_string (const int number)
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 

Protected Attributes

std::unique_ptr< ProtoReflectionDescriptorDatabasedesc_db_
 
std::unique_ptr< protobuf::DescriptorPooldesc_pool_
 
std::unordered_set< string > known_files_
 
std::unordered_set< string > known_types_
 
reflection::ProtoServerReflectionPlugin plugin_
 
int port_
 
const protobuf::DescriptorPoolref_desc_pool_
 
std::unique_ptr< Serverserver_
 
std::unique_ptr< grpc::testing::EchoTestService::Stub > stub_
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Static Public Member Functions inherited from testing::Test
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
- Protected Member Functions inherited from testing::Test
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 

Detailed Description

Definition at line 43 of file proto_server_reflection_test.cc.

Constructor & Destructor Documentation

◆ ProtoServerReflectionTest()

grpc::testing::ProtoServerReflectionTest::ProtoServerReflectionTest ( )
inline

Definition at line 45 of file proto_server_reflection_test.cc.

Member Function Documentation

◆ CompareMethod()

void grpc::testing::ProtoServerReflectionTest::CompareMethod ( const std::string &  method)
inline

Definition at line 94 of file proto_server_reflection_test.cc.

◆ CompareService()

void grpc::testing::ProtoServerReflectionTest::CompareService ( const std::string &  service)
inline

Definition at line 72 of file proto_server_reflection_test.cc.

◆ CompareType()

void grpc::testing::ProtoServerReflectionTest::CompareType ( const std::string &  type)
inline

Definition at line 107 of file proto_server_reflection_test.cc.

◆ ResetStub()

void grpc::testing::ProtoServerReflectionTest::ResetStub ( )
inline

Definition at line 57 of file proto_server_reflection_test.cc.

◆ SetUp()

void grpc::testing::ProtoServerReflectionTest::SetUp ( )
inlineoverridevirtual

Reimplemented from testing::Test.

Definition at line 47 of file proto_server_reflection_test.cc.

◆ to_string()

string grpc::testing::ProtoServerReflectionTest::to_string ( const int  number)
inline

Definition at line 66 of file proto_server_reflection_test.cc.

Member Data Documentation

◆ desc_db_

std::unique_ptr<ProtoReflectionDescriptorDatabase> grpc::testing::ProtoServerReflectionTest::desc_db_
protected

Definition at line 123 of file proto_server_reflection_test.cc.

◆ desc_pool_

std::unique_ptr<protobuf::DescriptorPool> grpc::testing::ProtoServerReflectionTest::desc_pool_
protected

Definition at line 124 of file proto_server_reflection_test.cc.

◆ known_files_

std::unordered_set<string> grpc::testing::ProtoServerReflectionTest::known_files_
protected

Definition at line 125 of file proto_server_reflection_test.cc.

◆ known_types_

std::unordered_set<string> grpc::testing::ProtoServerReflectionTest::known_types_
protected

Definition at line 126 of file proto_server_reflection_test.cc.

◆ plugin_

reflection::ProtoServerReflectionPlugin grpc::testing::ProtoServerReflectionTest::plugin_
protected

Definition at line 129 of file proto_server_reflection_test.cc.

◆ port_

int grpc::testing::ProtoServerReflectionTest::port_
protected

Definition at line 128 of file proto_server_reflection_test.cc.

◆ ref_desc_pool_

const protobuf::DescriptorPool* grpc::testing::ProtoServerReflectionTest::ref_desc_pool_
protected

Definition at line 127 of file proto_server_reflection_test.cc.

◆ server_

std::unique_ptr<Server> grpc::testing::ProtoServerReflectionTest::server_
protected

Definition at line 121 of file proto_server_reflection_test.cc.

◆ stub_

std::unique_ptr<grpc::testing::EchoTestService::Stub> grpc::testing::ProtoServerReflectionTest::stub_
protected

Definition at line 122 of file proto_server_reflection_test.cc.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:34