
Public Member Functions | |
| virtual bool | AllowExhaustion ()=0 |
| CommonStressTest () | |
| grpc::testing::EchoTestService::Stub * | GetStub () |
| virtual void | ResetStub ()=0 |
| virtual void | SetUp ()=0 |
| virtual void | TearDown ()=0 |
| virtual | ~CommonStressTest () |
Protected Member Functions | |
| void | SetUpEnd (ServerBuilder *builder) |
| virtual void | SetUpStart (ServerBuilder *builder, Service *service)=0 |
| void | SetUpStartCommon (ServerBuilder *builder, Service *service) |
| void | TearDownEnd () |
| void | TearDownStart () |
Protected Attributes | |
| std::unique_ptr< Server > | server_ |
| std::unique_ptr< grpc::testing::EchoTestService::Stub > | stub_ |
Private Attributes | |
| const int | kMaxMessageSize_ |
Definition at line 67 of file thread_stress_test.cc.
|
inline |
Definition at line 69 of file thread_stress_test.cc.
|
inlinevirtual |
Definition at line 75 of file thread_stress_test.cc.
|
pure virtual |
|
inline |
Definition at line 80 of file thread_stress_test.cc.
|
pure virtual |
|
pure virtual |
|
inlineprotected |
Definition at line 92 of file thread_stress_test.cc.
|
protectedpure virtual |
|
inlineprotected |
Definition at line 87 of file thread_stress_test.cc.
|
pure virtual |
|
inlineprotected |
Definition at line 94 of file thread_stress_test.cc.
|
inlineprotected |
Definition at line 93 of file thread_stress_test.cc.
|
private |
Definition at line 97 of file thread_stress_test.cc.
|
protected |
Definition at line 84 of file thread_stress_test.cc.
|
protected |
Definition at line 83 of file thread_stress_test.cc.