| 100 | } |
| 101 | |
| 102 | void BuildEngine() { |
| 103 | ASSERT_OK_AND_ASSIGN(engine, Engine::Make(TestConfiguration(), false)); |
| 104 | } |
| 105 | |
| 106 | std::unique_ptr<Engine> engine; |
| 107 | std::shared_ptr<Configuration> configuration = TestConfiguration(); |
nothing calls this directly
no test coverage detected