| 36 | // testing::Test: |
| 37 | |
| 38 | void SetUp() override { |
| 39 | ASSERT_TRUE(in_process_handler_.Initialize(temp_dir_.path(), "", {})); |
| 40 | pending_dir_ = temp_dir_.path().Append("pending-serialized-ios-dump"); |
| 41 | bundle_identifier_and_seperator_ = system_data_.BundleIdentifier() + "@"; |
| 42 | } |
| 43 | |
| 44 | const auto& path() const { return pending_dir_; } |
| 45 | auto& handler() { return in_process_handler_; } |
nothing calls this directly
no test coverage detected