Definition at line 497 of file test_async_operations.cpp.
◆ SetUp()
| void AsyncDatabaseTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
Definition at line 499 of file test_async_operations.cpp.
499 {
500 backend_ = std::make_shared<async_stub_backend>();
501 executor_ = std::make_shared<async_executor>(2);
503 }
std::unique_ptr< async_database > db_
std::shared_ptr< async_executor > executor_
std::shared_ptr< async_stub_backend > backend_
References backend_, db_, and executor_.
◆ TearDown()
| void AsyncDatabaseTest::TearDown |
( |
| ) |
|
|
inlineoverrideprotected |
◆ backend_
| std::shared_ptr<async_stub_backend> AsyncDatabaseTest::backend_ |
|
protected |
◆ db_
◆ executor_
The documentation for this class was generated from the following file: