| 20 | BOOST_FIXTURE_TEST_SUITE(script_standard_tests, BasicTestingSetup) |
| 21 | |
| 22 | BOOST_AUTO_TEST_CASE(dest_default_is_no_dest) |
| 23 | { |
| 24 | CTxDestination dest; |
| 25 | BOOST_CHECK(!IsValidDestination(dest)); |
| 26 | } |
| 27 | |
| 28 | BOOST_AUTO_TEST_CASE(script_standard_Solver_success) |
| 29 | { |
nothing calls this directly
no test coverage detected