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

Function checkProfileLoad

tests/profile_load_command_test.cpp:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void checkProfileLoad(const QString& command,
22 const QString& expectedType,
23 const QString& expectedName,
24 const char* name)
25{
26 const ProfileLoadCommand profileLoad = parseProfileLoadCommand(command);
27 check(profileLoad.valid, name);
28 check(profileLoad.type == expectedType, "profile load type capture");
29 check(profileLoad.name == expectedName, "profile load name capture");
30}
31
32} // namespace
33

Callers 1

mainFunction · 0.85

Calls 2

parseProfileLoadCommandFunction · 0.85
checkFunction · 0.70

Tested by

no test coverage detected