MCPcopy Create free account
hub / github.com/ElementsProject/elements / 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 < std::size(values); ++i)
168 {
169 for(size_t j = 0; j < std::size(offsets); ++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 3

RunCreateFunction · 0.85
RunOperatorsFunction · 0.85
sizeFunction · 0.50

Tested by

no test coverage detected