MCPcopy 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
54void assertEqualsString(String expected, String actual)
55{
56 if(expected != actual) {
57 Serial << "assertEqualsString: " << expected << " != " << actual << endl;
58 }
59}
60
61void testPgm()
62{

Callers 1

testPgmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected