#include <TestHelper.h>
Definition at line 43 of file TestHelper.h.
◆ PhonyInterceptor()
PhonyInterceptor::PhonyInterceptor |
( |
| ) |
|
|
inline |
◆ GetNumTimesRun()
static int PhonyInterceptor::GetNumTimesRun |
( |
| ) |
|
|
static |
◆ Intercept()
The one public method of an Interceptor interface. Override this to trigger the desired actions at the hook points described above.
Implements grpc::experimental::Interceptor.
◆ Reset()
static void PhonyInterceptor::Reset |
( |
| ) |
|
|
static |
◆ num_times_run_
std::atomic<int> PhonyInterceptor::num_times_run_ |
|
staticprivate |
◆ num_times_run_reverse_
std::atomic<int> PhonyInterceptor::num_times_run_reverse_ |
|
staticprivate |
The documentation for this class was generated from the following file: