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

Function OutputTestData

src/cryptopp/datatest.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42static const TestData *s_currentTestData = NULL;
43
44static void OutputTestData(const TestData &v)
45{
46 for (TestData::const_iterator i = v.begin(); i != v.end(); ++i)
47 {
48 cerr << i->first << ": " << i->second << endl;
49 }
50}
51
52static void SignalTestFailure()
53{

Callers 3

SignalTestFailureFunction · 0.85
SignalTestErrorFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected