| 84 | } |
| 85 | |
| 86 | void TearDown() override { |
| 87 | MockAllocator::GetInstance().Reset(); |
| 88 | env_state_.ClearCurrentThreadEnvironment(); |
| 89 | BasicInfoSingleton::destroy(); |
| 90 | } |
| 91 | |
| 92 | test_env::TestEnvironmentState env_state_; |
| 93 | }; |
nothing calls this directly
no test coverage detected