| 63 | class CApiFunctionTest : public ::testing::Test { |
| 64 | protected: |
| 65 | CApiFunctionTest() |
| 66 | : s_(TF_NewStatus()), |
| 67 | func_graph_(TF_NewGraph()), |
| 68 | host_graph_(TF_NewGraph()), |
| 69 | func_(nullptr) {} |
| 70 | |
| 71 | void SetUp() override {} |
| 72 |
nothing calls this directly
no test coverage detected