| 267 | TEST_F(ApplicationContextTest, get_as_singleton_only_create_once) { |
| 268 | struct S { |
| 269 | S() { |
| 270 | construct_times++; |
| 271 | } |
| 272 | int initialize() { |
| 273 | initialize_times++; |
| 274 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected