| 266 | class TestJSONIntegration : public ::testing::Test { |
| 267 | public: |
| 268 | void SetUp() { |
| 269 | ASSERT_OK_AND_ASSIGN(temp_dir_, TemporaryDir::Make("json-integration-test-")); |
| 270 | } |
| 271 | |
| 272 | std::string mkstemp() { |
| 273 | std::stringstream ss; |
nothing calls this directly
no test coverage detected