| 86 | }; |
| 87 | |
| 88 | std::shared_ptr<TProcessor> MakeProcessor() { |
| 89 | std::shared_ptr<DummyStatestoreService> service(new DummyStatestoreService()); |
| 90 | return std::shared_ptr<TProcessor>(new StatestoreServiceProcessor(service)); |
| 91 | } |
| 92 | |
| 93 | int GetServerPort() { |
| 94 | int port = FindUnusedEphemeralPort(); |
no outgoing calls
no test coverage detected