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

Function SignalTestError

src/cryptopp/datatest.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static void SignalTestError()
65{
66 OutputTestData(*s_currentTestData);
67 throw Exception(Exception::OTHER_ERROR, "Unexpected error during validation test");
68}
69
70bool DataExists(const TestData &data, const char *name)
71{

Callers 7

datatest.cppFile · 0.85
TestSignatureSchemeFunction · 0.85
TestAsymmetricCipherFunction · 0.85
TestSymmetricCipherFunction · 0.85
TestDigestOrMACFunction · 0.85
GetFieldFunction · 0.85

Calls 2

OutputTestDataFunction · 0.85
ExceptionFunction · 0.70

Tested by

no test coverage detected