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

Public Member Functions

void ResetStub ()
 
void SendRequest ()
 
void SetUp () override
 
std::unique_ptr< ServerSetUpServer (const int port)
 
 ShutdownTest ()
 
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< string >
const ParamTypeGetParam () const
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 

Protected Attributes

std::shared_ptr< Channelchannel_
 
gpr_event ev_
 
int port_
 
std::unique_ptr< Serverserver_
 
TestServiceImpl service_
 
bool shutdown_
 
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
 
- Public Types inherited from testing::WithParamInterface< string >
typedef string ParamType
 
typedef string ParamType
 
typedef string ParamType
 
typedef string ParamType
 
typedef string ParamType
 
typedef string 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< string >
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 61 of file shutdown_test.cc.

Constructor & Destructor Documentation

◆ ShutdownTest()

grpc::testing::ShutdownTest::ShutdownTest ( )
inline

Definition at line 63 of file shutdown_test.cc.

Member Function Documentation

◆ ResetStub()

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

Definition at line 84 of file shutdown_test.cc.

◆ SendRequest()

void grpc::testing::ShutdownTest::SendRequest ( )
inline

Definition at line 99 of file shutdown_test.cc.

◆ SetUp()

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

Reimplemented from testing::Test.

Definition at line 65 of file shutdown_test.cc.

◆ SetUpServer()

std::unique_ptr<Server> grpc::testing::ShutdownTest::SetUpServer ( const int  port)
inline

Definition at line 70 of file shutdown_test.cc.

◆ TearDown()

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

Reimplemented from testing::Test.

Definition at line 82 of file shutdown_test.cc.

◆ to_string()

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

Definition at line 93 of file shutdown_test.cc.

Member Data Documentation

◆ channel_

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

Definition at line 110 of file shutdown_test.cc.

◆ ev_

gpr_event grpc::testing::ShutdownTest::ev_
protected

Definition at line 115 of file shutdown_test.cc.

◆ port_

int grpc::testing::ShutdownTest::port_
protected

Definition at line 114 of file shutdown_test.cc.

◆ server_

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

Definition at line 112 of file shutdown_test.cc.

◆ service_

TestServiceImpl grpc::testing::ShutdownTest::service_
protected

Definition at line 116 of file shutdown_test.cc.

◆ shutdown_

bool grpc::testing::ShutdownTest::shutdown_
protected

Definition at line 113 of file shutdown_test.cc.

◆ stub_

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

Definition at line 111 of file shutdown_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