MCPcopy Create free account
hub / github.com/LUX-Core/lux / checkGeneralTestSection

Method checkGeneralTestSection

src/cpp-ethereum/test/libtesteth/ImportTest.cpp:465–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void ImportTest::checkGeneralTestSection(json_spirit::mObject const& _expects, vector<size_t>& _errorTransactions, string const& _network) const
466{
467 checkGeneralTestSectionSearch(_expects, _errorTransactions, _network, NULL);
468}
469
470void ImportTest::checkGeneralTestSectionSearch(json_spirit::mObject const& _expects, vector<size_t>& _errorTransactions, string const& _network, TrExpectSection* _search) const
471{

Callers 1

doStateTestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected