Home
last modified time | relevance | path

Searched refs:threw_as_expected (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dsock_tests.cpp161 bool threw_as_expected{false}; in BOOST_AUTO_TEST_CASE() local
167 threw_as_expected = HasReason("too many bytes without a terminator")(e); in BOOST_AUTO_TEST_CASE()
169 assert(threw_as_expected); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dsock_tests.cpp161 bool threw_as_expected{false}; in BOOST_AUTO_TEST_CASE() local
167 threw_as_expected = HasReason("too many bytes without a terminator")(e); in BOOST_AUTO_TEST_CASE()
169 assert(threw_as_expected); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dsock_tests.cpp161 bool threw_as_expected{false}; in BOOST_AUTO_TEST_CASE() local
167 threw_as_expected = HasReason("too many bytes without a terminator")(e); in BOOST_AUTO_TEST_CASE()
169 assert(threw_as_expected); in BOOST_AUTO_TEST_CASE()