| 91 | } |
| 92 | |
| 93 | void CContractDBTest::Flush(CContractDBCache* pViewCache1, CContractDBCache* pViewCache2, |
| 94 | CContractDBCache* pViewCache3) { |
| 95 | BOOST_CHECK(pViewCache1 && pViewCache2 && pViewCache3); |
| 96 | BOOST_CHECK(pViewCache1->Flush()); |
| 97 | BOOST_CHECK(pViewCache2->Flush()); |
| 98 | BOOST_CHECK(pViewCache3->Flush()); |
| 99 | } |
| 100 | |
| 101 | void CContractDBTest::Flush(CContractDBCache* pViewCache) { |
| 102 | BOOST_CHECK(pViewCache); |
no outgoing calls
no test coverage detected