MCPcopy Create free account
hub / github.com/ElementsProject/elements / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

src/test/script_standard_tests.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20BOOST_FIXTURE_TEST_SUITE(script_standard_tests, BasicTestingSetup)
21
22BOOST_AUTO_TEST_CASE(dest_default_is_no_dest)
23{
24 CTxDestination dest;
25 BOOST_CHECK(!IsValidDestination(dest));
26}
27
28BOOST_AUTO_TEST_CASE(script_standard_Solver_success)
29{

Callers

nothing calls this directly

Calls 15

IsValidDestinationFunction · 0.85
ToByteVectorFunction · 0.85
SolverFunction · 0.85
CScriptIDClass · 0.85
CSHA256Class · 0.85
ExtractDestinationFunction · 0.85
PKHashClass · 0.85
ScriptHashClass · 0.85
CHash160Class · 0.85
GetScriptForDestinationFunction · 0.85
CNoDestinationClass · 0.85
GetScriptForRawPubKeyFunction · 0.85

Tested by

no test coverage detected