Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ assertEqualsString
Function
assertEqualsString
samples/Basic_ProgMem/app/application.cpp:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void assertEqualsString(String expected, String actual)
55
{
56
if(expected != actual) {
57
Serial <<
"assertEqualsString: "
<< expected <<
" != "
<< actual << endl;
58
}
59
}
60
61
void testPgm()
62
{
Callers
1
testPgm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected