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

Function TEST_F

cpp/src/arrow/dataset/file_json_test.cc:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284};
285
286TEST_F(TestJsonFormat, Equals) {
287 JsonFileFormat format;
288 ASSERT_TRUE(format.Equals(JsonFileFormat()));
289 ASSERT_FALSE(format.Equals(DummyFileFormat()));
290}
291
292// Common tests for old API
293TEST_F(TestJsonFormat, IsSupported) { TestIsSupported(); }

Callers

nothing calls this directly

Calls 3

JsonFileFormatClass · 0.85
DummyFileFormatClass · 0.85
EqualsMethod · 0.45

Tested by

no test coverage detected