| 70 | }; |
| 71 | |
| 72 | void TestDUChain::initTestCase() |
| 73 | { |
| 74 | AutoTestShell::init(); |
| 75 | TestCore::initialize(Core::NoUi); |
| 76 | |
| 77 | DUChain::self()->disablePersistentStorage(); |
| 78 | CodeRepresentation::setDiskChangesForbidden(true); |
| 79 | } |
| 80 | |
| 81 | void TestDUChain::cleanupTestCase() |
| 82 | { |
nothing calls this directly
no test coverage detected