Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
BOOST_FIXTURE_TEST_SUITE(bip32_tests, BasicTestingSetup)
160
161
BOOST_AUTO_TEST_CASE(bip32_test1) {
162
RunTest(test1);
163
}
164
165
BOOST_AUTO_TEST_CASE(bip32_test2) {
166
RunTest(test2);
Callers
nothing calls this directly
Calls
4
RunTest
Function · 0.85
DecodeExtKey
Function · 0.85
DecodeExtPubKey
Function · 0.85
IsValid
Method · 0.45
Tested by
no test coverage detected