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

Function RunTestDataFile

src/cryptopp/datatest.cpp:841–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841bool RunTestDataFile(const char *filename, const NameValuePairs &overrideParameters, bool thorough)
842{
843 s_thorough = thorough;
844 unsigned int totalTests = 0, failedTests = 0;
845 TestDataFile((filename ? filename : ""), overrideParameters, totalTests, failedTests);
846 cout << dec << "\nTests complete. Total tests = " << totalTests << ". Failed tests = " << failedTests << "." << endl;
847 if (failedTests != 0)
848 cout << "SOME TESTS FAILED!\n";
849 return failedTests == 0;
850}
851

Callers 15

ValidateDSAFunction · 0.85
CRYPTOPP_API mainFunction · 0.85
ValidateAllFunction · 0.85
ValidateRijndaelFunction · 0.85
ValidateSalsaFunction · 0.85
ValidateSosemanukFunction · 0.85
ValidateVMACFunction · 0.85
ValidateCCMFunction · 0.85
ValidateGCMFunction · 0.85
ValidateCMACFunction · 0.85
ValidateSHAFunction · 0.85
ValidateSHA2Function · 0.85

Calls 1

TestDataFileFunction · 0.85

Tested by

no test coverage detected