Home
last modified time | relevance | path

Searched refs:BOOST_REQUIRE_MESSAGE (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/tools/jsontests/
H A DStateTests.cpp30 BOOST_REQUIRE_MESSAGE(_input.type() == obj_type, in doTests()
32 BOOST_REQUIRE_MESSAGE(!_fillin || _input.get_obj().size() == 1, in doTests()
39 BOOST_REQUIRE_MESSAGE(i.second.type() == obj_type, in doTests()
46 BOOST_REQUIRE_MESSAGE(testname + "Filler" == TestOutputHelper::get().testFile().stem().string(), in doTests()
52 BOOST_REQUIRE_MESSAGE(inputTest.count("env") > 0, testname + " env not set!"); in doTests()
53 BOOST_REQUIRE_MESSAGE(inputTest.count("pre") > 0, testname + " pre not set!"); in doTests()
54 BOOST_REQUIRE_MESSAGE(inputTest.count("transaction") > 0, testname + " transaction not set!"); in doTests()
74 BOOST_REQUIRE_MESSAGE(inputTest.count("post") > 0, testname + " post not set!"); in doTests()
75BOOST_REQUIRE_MESSAGE(inputTest.at("post").type() == obj_type, testname + " post field is not an o… in doTests()
83BOOST_REQUIRE_MESSAGE(i->second.type() == array_type, testname + " post field should contain an ar… in doTests()
[all …]
H A DTransactionTests.cpp36 BOOST_REQUIRE_MESSAGE(obj.count("network"), "network section not set in expect section!"); in getExpectSection()
46BOOST_REQUIRE_MESSAGE(!objVector.empty(), "Expect network '" + test::netIdToString(_network) + "' … in getExpectSection()
47BOOST_REQUIRE_MESSAGE(objVector.size() == 1, "Expect network should occur once in expect section o… in getExpectSection()
54BOOST_REQUIRE_MESSAGE(_o.count("transaction") > 0, "transaction section not found! " + TestOutputH… in FillTransactionTest()
55BOOST_REQUIRE_MESSAGE(_o.count("expect") > 0, "expect section not found! " + TestOutputHelper::get… in FillTransactionTest()
128BOOST_REQUIRE_MESSAGE(_o.count(networkname) > 0, testname + " Transaction test missing network res… in TestTransactionTest()
159BOOST_REQUIRE_MESSAGE(obj.count("hash") > 0, testname + "Expected a valid transaction! (" + networ… in TestTransactionTest()
167 BOOST_REQUIRE_MESSAGE(_input.type() == obj_type, in doTests()
169 BOOST_REQUIRE_MESSAGE(!_fillin || _input.get_obj().size() == 1, in doTests()
H A Dvm.cpp301 BOOST_REQUIRE_MESSAGE(testInput.count("env") > 0, testname + " env not set!"); in doTests()
302 BOOST_REQUIRE_MESSAGE(testInput.count("pre") > 0, testname + " pre not set!"); in doTests()
303 BOOST_REQUIRE_MESSAGE(testInput.count("exec") > 0, testname + " exec not set!"); in doTests()
306 BOOST_REQUIRE_MESSAGE(testInput.count("expect") == 0, testname + " expect set!"); in doTests()
372BOOST_REQUIRE_MESSAGE(testInput.count("expect") == 1, testname + " multiple expect set!"); in doTests()
380BOOST_REQUIRE_MESSAGE(testOutput.count("expect") == 0, testname + " expect should have been erased… in doTests()
389BOOST_REQUIRE_MESSAGE(testInput.count("expect") == 1, testname + " multiple expect set!"); in doTests()
423BOOST_REQUIRE_MESSAGE(testInput.count("callcreates") > 0, testname + " callcreates field is missin… in doTests()
425BOOST_REQUIRE_MESSAGE(testInput.count("out") > 0, testname + " out field is missing."); in doTests()
426BOOST_REQUIRE_MESSAGE(testInput.count("gas") > 0, testname + " gas field is missing."); in doTests()
[all …]
H A DRLPTests.cpp49 BOOST_REQUIRE_MESSAGE(o.count("out") > 0, testname + "out not set!"); in doRlpTests()
50 BOOST_REQUIRE_MESSAGE(!o.at("out").is_null(), testname + "out is set to null!"); in doRlpTests()
53 BOOST_REQUIRE_MESSAGE(o.count("in") > 0, testname + "in not set!"); in doRlpTests()
210 BOOST_REQUIRE_MESSAGE( in runRlpTest()
255 BOOST_REQUIRE_MESSAGE( in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethereum/
H A DBlockQueue.cpp33BOOST_REQUIRE_MESSAGE(res == ImportResult::Success, "Simple block import to BlockQueue should have… in BOOST_FIXTURE_TEST_SUITE()
36BOOST_REQUIRE_MESSAGE(res == ImportResult::AlreadyKnown, "Simple block import to BlockQueue should… in BOOST_FIXTURE_TEST_SUITE()
41BOOST_REQUIRE_MESSAGE(res == ImportResult::AlreadyInChain, "Simple block import to BlockQueue shou… in BOOST_FIXTURE_TEST_SUITE()
50BOOST_REQUIRE_MESSAGE(res == ImportResult::FutureTimeKnown, "Simple block import to BlockQueue sho… in BOOST_FIXTURE_TEST_SUITE()
58BOOST_REQUIRE_MESSAGE(res == ImportResult::Malformed, "Simple block import to BlockQueue should ha… in BOOST_FIXTURE_TEST_SUITE()
70BOOST_REQUIRE_MESSAGE(res == ImportResult::FutureTimeUnknown, "Simple block import to BlockQueue s… in BOOST_FIXTURE_TEST_SUITE()
84BOOST_REQUIRE_MESSAGE(res == ImportResult::UnknownParent, "Simple block import to BlockQueue shoul… in BOOST_FIXTURE_TEST_SUITE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/test/
H A Dtest_ic_client.cpp277 BOOST_REQUIRE_MESSAGE(api.HasBlob(ctx.key, ctx.subkey), in s_SimpleTest()
286 BOOST_REQUIRE_MESSAGE(size == kSrcSize, in s_SimpleTest()
288 BOOST_REQUIRE_MESSAGE(reader.get(), in s_SimpleTest()
298 BOOST_REQUIRE_MESSAGE(size >= read, in s_SimpleTest()
305 BOOST_REQUIRE_MESSAGE(!size, in s_SimpleTest()
362 BOOST_REQUIRE_MESSAGE(!api.HasBlob(ctx.key, ctx.subkey), in s_SimpleTest()
366 BOOST_REQUIRE_MESSAGE(!fail_reader.get(), in s_SimpleTest()
385 BOOST_REQUIRE_MESSAGE(api.HasBlob(purge_ctx.key, purge_ctx.subkey), in s_SimpleTest()
396 BOOST_REQUIRE_MESSAGE(api.HasBlob(purge_ctx.key, purge_ctx.subkey), in s_SimpleTest()
407 BOOST_REQUIRE_MESSAGE(!api.HasBlob(ctx.key, ctx.subkey), in s_SimpleTest()
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/
H A DSolidityParser.cpp145 BOOST_REQUIRE_MESSAGE(function = functions.at(0), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
163 BOOST_REQUIRE_MESSAGE(function = functions.at(0), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
189 BOOST_REQUIRE_MESSAGE(function = functions.at(0), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
192 BOOST_REQUIRE_MESSAGE(function = functions.at(1), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
195 BOOST_REQUIRE_MESSAGE(function = functions.at(2), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
199 BOOST_REQUIRE_MESSAGE(function = functions.at(3), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
218 BOOST_REQUIRE_MESSAGE(function = functions.at(0), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
246 BOOST_REQUIRE_MESSAGE(function = functions.at(0), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
249 BOOST_REQUIRE_MESSAGE(function = functions.at(1), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
275 BOOST_REQUIRE_MESSAGE(function = functions.at(0), "Failed to retrieve function"); in BOOST_AUTO_TEST_CASE()
[all …]
H A DMetadata.cpp58 BOOST_REQUIRE_MESSAGE(compilerStack.compile(), "Compiling contract failed"); in compileAndCheckLicenseMetadata()
108 BOOST_REQUIRE_MESSAGE(compilerStack.compile(), "Compiling contract failed"); in BOOST_AUTO_TEST_CASE()
181 BOOST_REQUIRE_MESSAGE(compilerStack.compile(), "Compiling contract failed"); in BOOST_AUTO_TEST_CASE()
250 BOOST_REQUIRE_MESSAGE(compilerStack.compile(), "Compiling contract failed"); in BOOST_AUTO_TEST_CASE()
291 BOOST_REQUIRE_MESSAGE(compilerStack.compile(), "Compiling contract failed"); in BOOST_AUTO_TEST_CASE()
320 BOOST_REQUIRE_MESSAGE(compilerStack.compile(), "Compiling contract failed"); in BOOST_AUTO_TEST_CASE()
354 BOOST_REQUIRE_MESSAGE(compilerStack.compile(), "Compiling contract failed"); in BOOST_AUTO_TEST_CASE()
399 BOOST_REQUIRE_MESSAGE(compilerStack.compile(), "Compiling contract failed"); in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/test/
H A Dgtid_test.cpp30 BOOST_REQUIRE_MESSAGE(ret == ssize_t(gtid_str.size()), in BOOST_AUTO_TEST_CASE()
42 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
53 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
60 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/test/
H A Dgtid_test.cpp30 BOOST_REQUIRE_MESSAGE(ret == ssize_t(gtid_str.size()), in BOOST_AUTO_TEST_CASE()
42 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
53 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
60 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/test/
H A Dgtid_test.cpp30 BOOST_REQUIRE_MESSAGE(ret == ssize_t(gtid_str.size()), in BOOST_AUTO_TEST_CASE()
42 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
53 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
60 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/test/
H A Dgtid_test.cpp30 BOOST_REQUIRE_MESSAGE(ret == ssize_t(gtid_str.size()), in BOOST_AUTO_TEST_CASE()
42 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
53 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
60 BOOST_REQUIRE_MESSAGE(ret == -EINVAL, in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/tools/libtesteth/
H A DTestSuite.cpp54 BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of " + _testFileName.string() + " is empty."); in readTestFile()
98 BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of " + _compiledTest.string() + " is empty."); in checkFillerHash()
104BOOST_REQUIRE_MESSAGE(i.second.type() == json_spirit::obj_type, i.first + " should contain an obje… in checkFillerHash()
106 BOOST_REQUIRE_MESSAGE(obj.count("_info") > 0, "_info section not set! " + _compiledTest.string()); in checkFillerHash()
108BOOST_REQUIRE_MESSAGE(info.count("sourceHash") > 0, "sourceHash not found in " + _compiledTest.str… in checkFillerHash()
146BOOST_REQUIRE_MESSAGE(fs::exists(expectedFillerName) || fs::exists(expectedFillerName2) || fs::exi… in runAllTestsInFolder()
147BOOST_REQUIRE_MESSAGE(!(fs::exists(expectedFillerName) && fs::exists(expectedFillerName2) && fs::e… in runAllTestsInFolder()
198BOOST_REQUIRE_MESSAGE(false, "Incorrect file suffix in the filler folder! " + _testFileName.string… in executeTest()
216BOOST_REQUIRE_MESSAGE(boost::filesystem::exists(boostTestPath.string()), "Error when copying the t… in executeTest()
250BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of " << _file.string() << " is empty. Have you clo… in executeFile()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/api/
H A Dmsa2pssm_unit_test.cpp81 BOOST_REQUIRE_MESSAGE(msa->data[0][i].letter != in BOOST_AUTO_TEST_CASE()
112 BOOST_REQUIRE_MESSAGE(msa->data[0][i].letter != in BOOST_AUTO_TEST_CASE()
138 BOOST_REQUIRE_MESSAGE(msa->data[0][i].is_aligned == TRUE, in BOOST_AUTO_TEST_CASE()
145 BOOST_REQUIRE_MESSAGE(msa->data[0][i].is_aligned == FALSE, in BOOST_AUTO_TEST_CASE()
152 BOOST_REQUIRE_MESSAGE(msa->data[0][i].is_aligned == TRUE, in BOOST_AUTO_TEST_CASE()
159 BOOST_REQUIRE_MESSAGE(msa->data[0][i].letter != in BOOST_AUTO_TEST_CASE()
H A Dsplit_query_unit_test.cpp278 BOOST_REQUIRE_MESSAGE(st_chunks[context_in_chunk]==sc,os.str()); in x_TestCContextTranslator()
325 BOOST_REQUIRE_MESSAGE(correction==test_ctx_off[i],os.str()); in x_TestCContextTranslator()
347 BOOST_REQUIRE_MESSAGE(rv,os.str()); in x_TestCContextTranslator()
795 BOOST_REQUIRE_MESSAGE(retval[i],errors.str()); in x_ReadSplitQueryInfoForTest()
803 BOOST_REQUIRE_MESSAGE(retval[i]->first_context >= 0,errors.str()); in x_ReadSplitQueryInfoForTest()
809 BOOST_REQUIRE_MESSAGE(retval[i]->last_context >= 0,errors.str()); in x_ReadSplitQueryInfoForTest()
831 BOOST_REQUIRE_MESSAGE(retval[i]->contexts[c].query_length >= 0, in x_ReadSplitQueryInfoForTest()
837 BOOST_REQUIRE_MESSAGE(retval[i]->contexts[c].eff_searchsp >= 0, in x_ReadSplitQueryInfoForTest()
849 BOOST_REQUIRE_MESSAGE(retval[i]->contexts[c].query_index >= 0, in x_ReadSplitQueryInfoForTest()
855 BOOST_REQUIRE_MESSAGE(retval[i]->contexts[c].frame == 1 in x_ReadSplitQueryInfoForTest()
[all …]
H A Dpssmcreate_unit_test.cpp896 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
926 BOOST_REQUIRE_MESSAGE( in BOOST_AUTO_TEST_CASE()
948 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
991 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1001 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1011 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1095 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1125 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1138 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1148 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dblastsetup_unit_test.cpp390 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
393 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
397 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
400 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
404 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
407 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
411 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
414 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
462 BOOST_REQUIRE_MESSAGE((int)frame == (int)1, in BOOST_AUTO_TEST_CASE()
465 BOOST_REQUIRE_MESSAGE((int)frame == (int)2, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/api/
H A Dmsa2pssm_unit_test.cpp81 BOOST_REQUIRE_MESSAGE(msa->data[0][i].letter != in BOOST_AUTO_TEST_CASE()
112 BOOST_REQUIRE_MESSAGE(msa->data[0][i].letter != in BOOST_AUTO_TEST_CASE()
138 BOOST_REQUIRE_MESSAGE(msa->data[0][i].is_aligned == TRUE, in BOOST_AUTO_TEST_CASE()
145 BOOST_REQUIRE_MESSAGE(msa->data[0][i].is_aligned == FALSE, in BOOST_AUTO_TEST_CASE()
152 BOOST_REQUIRE_MESSAGE(msa->data[0][i].is_aligned == TRUE, in BOOST_AUTO_TEST_CASE()
159 BOOST_REQUIRE_MESSAGE(msa->data[0][i].letter != in BOOST_AUTO_TEST_CASE()
H A Dsplit_query_unit_test.cpp278 BOOST_REQUIRE_MESSAGE(st_chunks[context_in_chunk]==sc,os.str()); in x_TestCContextTranslator()
325 BOOST_REQUIRE_MESSAGE(correction==test_ctx_off[i],os.str()); in x_TestCContextTranslator()
347 BOOST_REQUIRE_MESSAGE(rv,os.str()); in x_TestCContextTranslator()
795 BOOST_REQUIRE_MESSAGE(retval[i],errors.str()); in x_ReadSplitQueryInfoForTest()
803 BOOST_REQUIRE_MESSAGE(retval[i]->first_context >= 0,errors.str()); in x_ReadSplitQueryInfoForTest()
809 BOOST_REQUIRE_MESSAGE(retval[i]->last_context >= 0,errors.str()); in x_ReadSplitQueryInfoForTest()
831 BOOST_REQUIRE_MESSAGE(retval[i]->contexts[c].query_length >= 0, in x_ReadSplitQueryInfoForTest()
837 BOOST_REQUIRE_MESSAGE(retval[i]->contexts[c].eff_searchsp >= 0, in x_ReadSplitQueryInfoForTest()
849 BOOST_REQUIRE_MESSAGE(retval[i]->contexts[c].query_index >= 0, in x_ReadSplitQueryInfoForTest()
855 BOOST_REQUIRE_MESSAGE(retval[i]->contexts[c].frame == 1 in x_ReadSplitQueryInfoForTest()
[all …]
H A Dpssmcreate_unit_test.cpp896 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
926 BOOST_REQUIRE_MESSAGE( in BOOST_AUTO_TEST_CASE()
948 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
991 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1001 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1011 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1095 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1125 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1138 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
1148 BOOST_REQUIRE_MESSAGE(PSI_SUCCESS == rv, ss.str()); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dblastsetup_unit_test.cpp390 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
393 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
397 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
400 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
404 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
407 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
411 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
414 BOOST_REQUIRE_MESSAGE((int)frame == (int)0, in BOOST_AUTO_TEST_CASE()
462 BOOST_REQUIRE_MESSAGE((int)frame == (int)1, in BOOST_AUTO_TEST_CASE()
465 BOOST_REQUIRE_MESSAGE((int)frame == (int)2, in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethcore/
H A DPrecompiledTest.cpp204BOOST_REQUIRE_MESSAGE(res == bigint{"4742843975160471364549467545955856705669938571904637503056182… in BOOST_AUTO_TEST_CASE()
222 BOOST_REQUIRE_MESSAGE(res == bigint{"12"}, "Got: " + toString(res)); in BOOST_AUTO_TEST_CASE()
239 BOOST_REQUIRE_MESSAGE(res == bigint{"5"}, "Got: " + toString(res)); in BOOST_AUTO_TEST_CASE()
256 BOOST_REQUIRE_MESSAGE(res == bigint{"1315"}, "Got: " + toString(res)); in BOOST_AUTO_TEST_CASE()
273 BOOST_REQUIRE_MESSAGE(res == bigint{"1285"}, "Got: " + toString(res)); in BOOST_AUTO_TEST_CASE()
290 BOOST_REQUIRE_MESSAGE(res == bigint{"40"}, "Got: " + toString(res)); in BOOST_AUTO_TEST_CASE()
307BOOST_REQUIRE_MESSAGE(res == ((74 * 74 / 4 + 96 * 74 - 3072) * 8) / 20, "Got: " + toString(res)); in BOOST_AUTO_TEST_CASE()
324BOOST_REQUIRE_MESSAGE(res == ((1025 * 1025 / 16 + 480 * 1025 - 199680) * 8) / 20, "Got: " + toStri… in BOOST_AUTO_TEST_CASE()
660 BOOST_REQUIRE_MESSAGE(res.first, test.name); in benchmarkPrecompiled()
683 BOOST_REQUIRE_MESSAGE(res.first, test.name); in testPrecompiled()
[all …]
H A Ddifficulty.cpp95BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of '" << _testFileFullName << "' is empty. Have yo… in testDifficulty()
106BOOST_REQUIRE_MESSAGE(o.count("parentTimestamp") > 0, testname + " missing parentTimestamp field"); in testDifficulty()
107BOOST_REQUIRE_MESSAGE(o.count("parentDifficulty") > 0, testname + " missing parentDifficulty field… in testDifficulty()
108BOOST_REQUIRE_MESSAGE(o.count("currentBlockNumber") > 0, testname + " missing currentBlockNumber f… in testDifficulty()
109 BOOST_REQUIRE_MESSAGE(o.count("parentUncles") > 0, testname + " missing parentUncles field"); in testDifficulty()
110BOOST_REQUIRE_MESSAGE(o.count("currentTimestamp") > 0, testname + " missing currentTimestamp field… in testDifficulty()
111BOOST_REQUIRE_MESSAGE(o.count("currentBlockNumber") > 0, testname + " missing currentBlockNumber f… in testDifficulty()
112BOOST_REQUIRE_MESSAGE(o.count("currentDifficulty") > 0, testname + " missing currentDifficulty fie… in testDifficulty()
/dports/games/freeorion/freeorion-0.4.10.2/test/parse/
H A DTestEnumParser.cpp127 BOOST_REQUIRE_MESSAGE(NUM_AFFIL_TYPES == 8, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
202 BOOST_REQUIRE_MESSAGE(NUM_PLANET_ENVIRONMENTS == 5, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
215 BOOST_REQUIRE_MESSAGE(NUM_PLANET_SIZES == 7 + 1, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
229 BOOST_REQUIRE_MESSAGE(NUM_PLANET_TYPES == 11, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
247 BOOST_REQUIRE_MESSAGE(NUM_SHIP_PART_CLASSES == 17, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
289 BOOST_REQUIRE_MESSAGE(NUM_SHIP_SLOT_TYPES == 3, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
315 BOOST_REQUIRE_MESSAGE(NUM_STAR_TYPES == 8, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
331 BOOST_REQUIRE_MESSAGE(NUM_UNLOCKABLE_ITEM_TYPES == 5, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
345 BOOST_REQUIRE_MESSAGE(NUM_OBJ_TYPES == 8 + 1, "Untested enumeration value."); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/unit_test/
H A Dunit_test_5colftblreader.cpp218 BOOST_REQUIRE_MESSAGE( test_cases_dir.IsDir(), in BOOST_AUTO_TEST_CASE()
248 BOOST_REQUIRE_MESSAGE( testInfo.mInFile.Exists(), in BOOST_AUTO_TEST_CASE()
250 BOOST_REQUIRE_MESSAGE( testInfo.mOutFile.Exists(), in BOOST_AUTO_TEST_CASE()
252 BOOST_REQUIRE_MESSAGE( testInfo.mErrorFile.Exists(), in BOOST_AUTO_TEST_CASE()

1234567891011