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

Function BOOST_AUTO_TEST_CASE

src/test/bip32_tests.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159BOOST_FIXTURE_TEST_SUITE(bip32_tests, BasicTestingSetup)
160
161BOOST_AUTO_TEST_CASE(bip32_test1) {
162 RunTest(test1);
163}
164
165BOOST_AUTO_TEST_CASE(bip32_test2) {
166 RunTest(test2);

Callers

nothing calls this directly

Calls 4

RunTestFunction · 0.85
DecodeExtKeyFunction · 0.85
DecodeExtPubKeyFunction · 0.85
IsValidMethod · 0.45

Tested by

no test coverage detected