| 19 | class DBTest : public ::testing::Test { |
| 20 | protected: |
| 21 | DBTest() |
| 22 | : backend_(TypeParam::backend), |
| 23 | root_images_(string(EXAMPLES_SOURCE_DIR) + string("images/")) {} |
| 24 | |
| 25 | virtual void SetUp() { |
| 26 | MakeTempDir(&source_); |
nothing calls this directly
no outgoing calls
no test coverage detected