#include <interceptors_util.h>
|
template<typename T > |
CompletionQueue::NextStatus | DoOnceThenAsyncNext (CompletionQueue *cq, void **got_tag, bool *ok, T deadline, std::function< void(void)> lambda) |
|
Verifier & | Expect (int i, bool expect_ok) |
|
Verifier & | ExpectMaybe (int i, bool expect_ok, bool *seen) |
|
Verifier & | ExpectUnless (int i, bool expect_ok, bool seen) |
|
int | Next (CompletionQueue *cq, bool ignore_ok) |
|
| Verifier () |
|
void | Verify (CompletionQueue *cq) |
|
void | Verify (CompletionQueue *cq, bool ignore_ok) |
|
void | Verify (CompletionQueue *cq, std::chrono::system_clock::time_point deadline, const std::function< void(void)> &lambda) |
|
Definition at line 236 of file interceptors_util.h.
◆ Verifier()
grpc::testing::Verifier::Verifier |
( |
| ) |
|
|
inline |
◆ DoOnceThenAsyncNext()
◆ Expect()
Verifier& grpc::testing::Verifier::Expect |
( |
int |
i, |
|
|
bool |
expect_ok |
|
) |
| |
|
inline |
◆ ExpectMaybe()
Verifier& grpc::testing::Verifier::ExpectMaybe |
( |
int |
i, |
|
|
bool |
expect_ok, |
|
|
bool * |
seen |
|
) |
| |
|
inline |
◆ ExpectUnless()
Verifier& grpc::testing::Verifier::ExpectUnless |
( |
int |
i, |
|
|
bool |
expect_ok, |
|
|
bool |
seen |
|
) |
| |
|
inline |
◆ GotTag()
void grpc::testing::Verifier::GotTag |
( |
void * |
got_tag, |
|
|
bool |
ok, |
|
|
bool |
ignore_ok |
|
) |
| |
|
inlineprivate |
◆ Next()
◆ Verify() [1/3]
◆ Verify() [2/3]
◆ Verify() [3/3]
◆ expectations_
std::map<void*, bool> grpc::testing::Verifier::expectations_ |
|
private |
◆ lambda_run_
bool grpc::testing::Verifier::lambda_run_ |
|
private |
◆ maybe_expectations_
The documentation for this class was generated from the following file: