MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / RunOperators

Function RunOperators

src/test/scriptnum_tests.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156static void RunOperators(const int64_t& num1, const int64_t& num2)
157{
158 CheckAdd(num1, num2);
159 CheckSubtract(num1, num2);
160 CheckNegate(num1);
161 CheckCompare(num1, num2);
162}
163
164BOOST_AUTO_TEST_CASE(creation)
165{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 4

CheckAddFunction · 0.85
CheckSubtractFunction · 0.85
CheckNegateFunction · 0.85
CheckCompareFunction · 0.85

Tested by

no test coverage detected