| 5107 | }; |
| 5108 | |
| 5109 | foreach (FrameworkInfo::Capability::Type capability, capabilities) { |
| 5110 | frameworkInfo.add_capabilities()->set_type(capability); |
| 5111 | } |
| 5112 | |
| 5113 | MockScheduler sched; |
| 5114 | MesosSchedulerDriver driver( |
nothing calls this directly
no test coverage detected