| 57 | }; |
| 58 | |
| 59 | TEST_F(VirtualClusterTest, ClusterType) { |
| 60 | CHECK_EQ("virtual", cluster_->type()); |
| 61 | } |
| 62 | |
| 63 | TEST_F(VirtualClusterTest, CostModel) { |
| 64 | TrivialTestGraphInputYielder fake_input(4, 1, 10, false, |
nothing calls this directly
no test coverage detected