| 1943 | } |
| 1944 | |
| 1945 | void CheckImportError() { |
| 1946 | SchemaReleaseCallback cb(&c_struct_); |
| 1947 | |
| 1948 | ASSERT_RAISES(Invalid, ImportField(&c_struct_)); |
| 1949 | ASSERT_TRUE(ArrowSchemaIsReleased(&c_struct_)); |
| 1950 | cb.AssertCalled(); // was released |
| 1951 | } |
| 1952 | |
| 1953 | void CheckSchemaImportError() { |
| 1954 | SchemaReleaseCallback cb(&c_struct_); |
nothing calls this directly
no test coverage detected