MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

src/test/scriptnum_tests.cpp:165–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165BOOST_AUTO_TEST_CASE(creation)
166{
167 for(size_t i = 0; i < sizeof(values) / sizeof(values[0]); ++i)
168 {
169 for(size_t j = 0; j < sizeof(offsets) / sizeof(offsets[0]); ++j)
170 {
171 RunCreate(values[i]);
172 RunCreate(values[i] + offsets[j]);
173 RunCreate(values[i] - offsets[j]);
174 }
175 }
176}
177
178BOOST_AUTO_TEST_CASE(operators)
179{

Callers

nothing calls this directly

Calls 2

RunCreateFunction · 0.85
RunOperatorsFunction · 0.85

Tested by

no test coverage detected