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

Function TEST_P

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

Source from the content-addressed store, hash-verified

1183}
1184
1185TEST_P(TestJsonRoundTrip, RoundTrip) {
1186 std::shared_ptr<RecordBatch> batch;
1187 ASSERT_OK((*GetParam())(&batch)); // NOLINT clang-tidy gtest issue
1188
1189 CheckRoundtrip(*batch);
1190}
1191
1192const std::vector<ipc::test::MakeRecordBatch*> kBatchCases = {
1193 &MakeIntRecordBatch,

Callers

nothing calls this directly

Calls 1

CheckRoundtripFunction · 0.85

Tested by

no test coverage detected