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

Function TestUIntUpTo8

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

Source from the content-addressed store, hash-verified

119
120template <typename FormatterType>
121void TestUIntUpTo8(FormatterType& formatter) {
122 TestAnyIntUpTo8(formatter);
123 AssertFormatting(formatter, 128, "128");
124 AssertFormatting(formatter, 255, "255");
125}
126
127template <typename FormatterType>
128void TestUIntUpTo16(FormatterType& formatter) {

Callers 1

TESTFunction · 0.85

Calls 2

TestAnyIntUpTo8Function · 0.85
AssertFormattingFunction · 0.85

Tested by

no test coverage detected