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

Function TestUIntUpTo16

cpp/src/arrow/util/formatting_util_test.cc:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127template <typename FormatterType>
128void TestUIntUpTo16(FormatterType& formatter) {
129 TestAnyIntUpTo16(formatter);
130 AssertFormatting(formatter, 32768, "32768");
131 AssertFormatting(formatter, 65535, "65535");
132}
133
134template <typename FormatterType>
135void TestUIntUpTo32(FormatterType& formatter) {

Callers 1

TESTFunction · 0.85

Calls 2

TestAnyIntUpTo16Function · 0.85
AssertFormattingFunction · 0.85

Tested by

no test coverage detected