MCPcopy Create free account
hub / github.com/baidu/tera / SetUp

Method SetUp

src/common/base/test/string_number_test.cc:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187 private:
188 void SetUp() {
189 unsigned int n;
190 sscanf(kString, "%x", &n); // NOLINT(runtime/printf)
191 ASSERT_EQ(0x42576010U, n);
192 ASSERT_TRUE(StringToNumber(kString, &n));
193 ASSERT_EQ(0x42576010U, n);
194 }
195};
196
197const char StringToNumberPerformanceTest::kString[] = "0x42576010";

Callers

nothing calls this directly

Calls 1

StringToNumberFunction · 0.50

Tested by

no test coverage detected