Protected Member Functions | Protected Attributes | List of all members
grpc::testing::End2endTest< Common > Class Template Reference
Inheritance diagram for grpc::testing::End2endTest< Common >:
Inheritance graph
[legend]

Protected Member Functions

 End2endTest ()
 
void ResetStub ()
 
void ResetStub ()
 
void SetUp () override
 
void SetUp () override
 
void TearDown () override
 
void TearDown () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 

Protected Attributes

Common common_
 
std::unique_ptr< Serverserver_
 
std::ostringstream server_address_
 
TestServiceImpl service_
 
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< TestScenario >
typedef TestScenario ParamType
 
typedef TestScenario ParamType
 
typedef TestScenario ParamType
 
typedef TestScenario ParamType
 
typedef TestScenario ParamType
 
typedef TestScenario ParamType
 
- 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< TestScenario >
const ParamTypeGetParam () const
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
- 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< TestScenario >
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 

Detailed Description

template<class Common>
class grpc::testing::End2endTest< Common >

Definition at line 132 of file streaming_throughput_test.cc.

Constructor & Destructor Documentation

◆ End2endTest()

template<class Common >
grpc::testing::End2endTest< Common >::End2endTest ( )
inlineprotected

Definition at line 269 of file thread_stress_test.cc.

Member Function Documentation

◆ ResetStub() [1/2]

template<class Common >
void grpc::testing::End2endTest< Common >::ResetStub ( )
inlineprotected

Definition at line 147 of file streaming_throughput_test.cc.

◆ ResetStub() [2/2]

template<class Common >
void grpc::testing::End2endTest< Common >::ResetStub ( )
inlineprotected

Definition at line 272 of file thread_stress_test.cc.

◆ SetUp() [1/2]

template<class Common >
void grpc::testing::End2endTest< Common >::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 134 of file streaming_throughput_test.cc.

◆ SetUp() [2/2]

template<class Common >
void grpc::testing::End2endTest< Common >::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 270 of file thread_stress_test.cc.

◆ TearDown() [1/2]

template<class Common >
void grpc::testing::End2endTest< Common >::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 145 of file streaming_throughput_test.cc.

◆ TearDown() [2/2]

template<class Common >
void grpc::testing::End2endTest< Common >::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 271 of file thread_stress_test.cc.

Member Data Documentation

◆ common_

template<class Common >
Common grpc::testing::End2endTest< Common >::common_
protected

Definition at line 274 of file thread_stress_test.cc.

◆ server_

template<class Common >
std::unique_ptr<Server> grpc::testing::End2endTest< Common >::server_
protected

Definition at line 154 of file streaming_throughput_test.cc.

◆ server_address_

template<class Common >
std::ostringstream grpc::testing::End2endTest< Common >::server_address_
protected

Definition at line 155 of file streaming_throughput_test.cc.

◆ service_

template<class Common >
TestServiceImpl grpc::testing::End2endTest< Common >::service_
protected

Definition at line 156 of file streaming_throughput_test.cc.

◆ stub_

template<class Common >
std::unique_ptr<grpc::testing::EchoTestService::Stub> grpc::testing::End2endTest< Common >::stub_
protected

Definition at line 153 of file streaming_throughput_test.cc.


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


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