mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 07:09:15 +01:00
test: refactor: Give unit test functions access to test state
Add unit test subclasses as needed so unit test functions that need to access members like m_rng can reference it directly.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
using node::MakeMinisketch32;
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(minisketch_tests)
|
||||
BOOST_FIXTURE_TEST_SUITE(minisketch_tests, BasicTestingSetup)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(minisketch_test)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user