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

Function AssertValidationFails

cpp/src/arrow/scalar_test.cc:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void AssertValidationFails(const Scalar& scalar) {
80 ASSERT_RAISES(Invalid, scalar.Validate());
81 ASSERT_RAISES(Invalid, scalar.ValidateFull());
82}
83
84TEST(TestNullScalar, Basics) {
85 NullScalar scalar;

Callers 5

TESTFunction · 0.85
TestValidateErrorsMethod · 0.85
TestValidateErrorsMethod · 0.85
TestValidateErrorsMethod · 0.85
TEST_FFunction · 0.85

Calls 2

ValidateMethod · 0.45
ValidateFullMethod · 0.45

Tested by

no test coverage detected