|
ebpf-blocker 1.0.0
XDP-based packet blocker using eBPF
|
Тестовое окружение: создаёт свежую временную БД для каждого теста. More...
Protected Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
Protected Attributes | |
| std::string | path_ |
| Путь к временной тестовой БД. | |
| std::unique_ptr< BlockerDB > | db_ |
| Тестируемый экземпляр БД. | |
Тестовое окружение: создаёт свежую временную БД для каждого теста.
Definition at line 12 of file test_db.cpp.
|
inlineoverrideprotected |
Definition at line 14 of file test_db.cpp.
|
inlineoverrideprotected |
Definition at line 21 of file test_db.cpp.
|
protected |
Тестируемый экземпляр БД.
Definition at line 27 of file test_db.cpp.
Referenced by SetUp(), and TearDown().
|
protected |
Путь к временной тестовой БД.
Definition at line 26 of file test_db.cpp.
Referenced by SetUp(), and TearDown().