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

Function BOOST_AUTO_TEST_CASE

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

Test that 0 checks is correct */

Source from the content-addressed store, hash-verified

177/** Test that 0 checks is correct
178 */
179BOOST_AUTO_TEST_CASE(test_CheckQueue_Correct_Zero)
180{
181 std::vector<size_t> range;
182 range.push_back((size_t)0);
183 Correct_Queue_range(range);
184}
185/** Test that 1 check is correct
186 */
187BOOST_AUTO_TEST_CASE(test_CheckQueue_Correct_One)

Callers

nothing calls this directly

Calls 15

Correct_Queue_rangeFunction · 0.85
maxFunction · 0.85
InsecureRandRangeFunction · 0.85
MilliSleepFunction · 0.85
ThreadMethod · 0.80
getMethod · 0.80
waitMethod · 0.80
joinMethod · 0.80
push_backMethod · 0.45
reserveMethod · 0.45
AddMethod · 0.45
WaitMethod · 0.45

Tested by

no test coverage detected