| 61 | }; |
| 62 | |
| 63 | TEST_F(SingleMachineTest, ClusterType) { |
| 64 | CHECK_EQ("single_machine", cluster_->type()); |
| 65 | } |
| 66 | |
| 67 | TEST_F(SingleMachineTest, CostModel) { |
| 68 | TrivialTestGraphInputYielder fake_input(4, 1, 10, false, |
nothing calls this directly
no test coverage detected