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

Function ThrowsParquetException

cpp/src/parquet/public_api_test.cc:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50PARQUET_NORETURN void ThrowsParquetException() {
51 throw parquet::ParquetException("This function throws");
52}
53
54TEST(TestPublicAPI, CanThrowParquetException) {
55 ASSERT_THROW(ThrowsParquetException(), parquet::ParquetException);

Callers 1

TESTFunction · 0.85

Calls 1

ParquetExceptionFunction · 0.85

Tested by

no test coverage detected