MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / report

Function report

tests/amp_applet_test.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18int g_failed = 0;
19
20void report(const char* name, bool ok, const QString& detail = QString())
21{
22 std::printf("%s %-52s %s\n",
23 ok ? "[ OK ]" : "[FAIL]",
24 name,
25 qPrintable(detail));
26 if (!ok) ++g_failed;
27}
28
29QPushButton* tempButton(AmpApplet& applet)
30{

Callers 4

testDefaultPlaceholderFunction · 0.70
testSingleSensorToggleFunction · 0.70
testDualSensorToggleFunction · 0.70
testPreferenceReloadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected