| 1951 | } |
| 1952 | |
| 1953 | void CheckSchemaImportError() { |
| 1954 | SchemaReleaseCallback cb(&c_struct_); |
| 1955 | |
| 1956 | ASSERT_RAISES(Invalid, ImportSchema(&c_struct_)); |
| 1957 | ASSERT_TRUE(ArrowSchemaIsReleased(&c_struct_)); |
| 1958 | cb.AssertCalled(); // was released |
| 1959 | } |
| 1960 | }; |
| 1961 | |
| 1962 | TEST_F(TestSchemaImport, Primitive) { |
nothing calls this directly
no test coverage detected