| 131 | class ArrowErrorScenariosTest : public lbug::testing::EmptyDBTest { |
| 132 | protected: |
| 133 | void SetUp() override { |
| 134 | EmptyDBTest::SetUp(); |
| 135 | createDBAndConn(); |
| 136 | createBasePersonTable(*conn); |
| 137 | } |
| 138 | }; |
| 139 | |
| 140 | TEST_F(ArrowErrorScenariosTest, NodeTableNotFound_QueryFails) { |
nothing calls this directly
no test coverage detected