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

Function BOOST_AUTO_TEST_CASE

src/test/checkqueue_tests.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182/** Test that 0 checks is correct
183 */
184BOOST_AUTO_TEST_CASE(test_CheckQueue_Correct_Zero)
185{
186 std::vector<size_t> range;
187 range.push_back(size_t{0});
188 Correct_Queue_range(range);
189}
190/** Test that 1 check is correct
191 */
192BOOST_AUTO_TEST_CASE(test_CheckQueue_Correct_One)

Callers

nothing calls this directly

Calls 13

FixedCheckClass · 0.85
UninterruptibleSleepFunction · 0.85
randrangeMethod · 0.80
countMethod · 0.80
joinMethod · 0.80
push_backMethod · 0.45
reserveMethod · 0.45
emplace_backMethod · 0.45
AddMethod · 0.45
has_valueMethod · 0.45
resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected