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

Function TestUIntUpTo32

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

Source from the content-addressed store, hash-verified

133
134template <typename FormatterType>
135void TestUIntUpTo32(FormatterType& formatter) {
136 TestAnyIntUpTo32(formatter);
137 AssertFormatting(formatter, 2147483648U, "2147483648");
138 AssertFormatting(formatter, 4294967295U, "4294967295");
139}
140
141template <typename FormatterType>
142void TestUIntUpTo64(FormatterType& formatter) {

Callers 1

TESTFunction · 0.85

Calls 2

TestAnyIntUpTo32Function · 0.85
AssertFormattingFunction · 0.85

Tested by

no test coverage detected