| 94 | BatchGuard outer{[this]() { ++outerFlushCount; }}; |
| 95 | |
| 96 | void SetUp() override { |
| 97 | outer.setInnerGuards({&inner}); |
| 98 | } |
| 99 | }; |
| 100 | |
| 101 | TEST_F(BatchGuardInnerTest, OuterBeginEnd_CascadesBeginEndToInner) { |
nothing calls this directly
no test coverage detected