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

Public Member Functions

void InsertPlugin ()
 
void InsertPluginWithTestService ()
 
void ResetStub ()
 
 ServerBuilderPluginTest ()
 
void SetUp () override
 
void StartServer ()
 
void TearDown () 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 ()
 
- Public Member Functions inherited from testing::WithParamInterface< bool >
const ParamTypeGetParam () const
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 

Protected Attributes

std::unique_ptr< ServerBuilderbuilder_
 
std::shared_ptr< Channelchannel_
 
std::unique_ptr< ServerCompletionQueuecq_
 
std::threadcq_thread_
 
int port_
 
std::unique_ptr< Serverserver_
 
TestServiceImpl service_
 
std::unique_ptr< grpc::testing::EchoTestService::Stub > stub_
 

Private Member Functions

TestServerBuilderPluginCheckPresent ()
 
void RunCQ ()
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Types inherited from testing::WithParamInterface< bool >
typedef bool ParamType
 
typedef bool ParamType
 
typedef bool ParamType
 
typedef bool ParamType
 
typedef bool ParamType
 
typedef bool ParamType
 
- 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 ()
 
- Static Public Member Functions inherited from testing::WithParamInterface< bool >
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 

Detailed Description

Definition at line 137 of file server_builder_plugin_test.cc.

Constructor & Destructor Documentation

◆ ServerBuilderPluginTest()

grpc::testing::ServerBuilderPluginTest::ServerBuilderPluginTest ( )
inline

Definition at line 139 of file server_builder_plugin_test.cc.

Member Function Documentation

◆ CheckPresent()

TestServerBuilderPlugin* grpc::testing::ServerBuilderPluginTest::CheckPresent ( )
inlineprivate

Definition at line 217 of file server_builder_plugin_test.cc.

◆ InsertPlugin()

void grpc::testing::ServerBuilderPluginTest::InsertPlugin ( )
inline

Definition at line 146 of file server_builder_plugin_test.cc.

◆ InsertPluginWithTestService()

void grpc::testing::ServerBuilderPluginTest::InsertPluginWithTestService ( )
inline

Definition at line 157 of file server_builder_plugin_test.cc.

◆ ResetStub()

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

Definition at line 183 of file server_builder_plugin_test.cc.

◆ RunCQ()

void grpc::testing::ServerBuilderPluginTest::RunCQ ( )
inlineprivate

Definition at line 229 of file server_builder_plugin_test.cc.

◆ SetUp()

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

Reimplemented from testing::Test.

Definition at line 141 of file server_builder_plugin_test.cc.

◆ StartServer()

void grpc::testing::ServerBuilderPluginTest::StartServer ( )
inline

Definition at line 172 of file server_builder_plugin_test.cc.

◆ TearDown()

void grpc::testing::ServerBuilderPluginTest::TearDown ( )
inlineoverridevirtual

Reimplemented from testing::Test.

Definition at line 189 of file server_builder_plugin_test.cc.

◆ to_string()

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

Definition at line 200 of file server_builder_plugin_test.cc.

Member Data Documentation

◆ builder_

std::unique_ptr<ServerBuilder> grpc::testing::ServerBuilderPluginTest::builder_
protected

Definition at line 208 of file server_builder_plugin_test.cc.

◆ channel_

std::shared_ptr<Channel> grpc::testing::ServerBuilderPluginTest::channel_
protected

Definition at line 207 of file server_builder_plugin_test.cc.

◆ cq_

std::unique_ptr<ServerCompletionQueue> grpc::testing::ServerBuilderPluginTest::cq_
protected

Definition at line 210 of file server_builder_plugin_test.cc.

◆ cq_thread_

std::thread* grpc::testing::ServerBuilderPluginTest::cq_thread_
protected

Definition at line 212 of file server_builder_plugin_test.cc.

◆ port_

int grpc::testing::ServerBuilderPluginTest::port_
protected

Definition at line 214 of file server_builder_plugin_test.cc.

◆ server_

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

Definition at line 211 of file server_builder_plugin_test.cc.

◆ service_

TestServiceImpl grpc::testing::ServerBuilderPluginTest::service_
protected

Definition at line 213 of file server_builder_plugin_test.cc.

◆ stub_

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

Definition at line 209 of file server_builder_plugin_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