MCPcopy Create free account
hub / github.com/apache/arrow / SetUp

Method SetUp

cpp/src/arrow/integration/json_integration_test.cc:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266class 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;

Callers

nothing calls this directly

Calls 2

ASSERT_OK_AND_ASSIGNFunction · 0.50
MakeFunction · 0.50

Tested by

no test coverage detected