| 31 | |
| 32 | protected: |
| 33 | void SetUp() override { |
| 34 | config_.set_node_graph(CONTEXT); |
| 35 | graph_ = InMemoryGraph::Create(config_); |
| 36 | DXCHECK(graph_ != nullptr); |
| 37 | } |
| 38 | }; |
| 39 | |
| 40 | TEST_F(CacheNodeBuilderTest, Build) { |
nothing calls this directly
no test coverage detected