MCPcopy Create free account
hub / github.com/cpputest/cpputest / assertSignedBytesEqual

Method assertSignedBytesEqual

src/CppUTest/Utest.cpp:470–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void UtestShell::assertSignedBytesEqual(signed char expected, signed char actual, const char* text, const char *fileName, size_t lineNumber, const TestTerminator& testTerminator)
471{
472 getTestResult()->countCheck();
473 if (expected != actual)
474 failWith(SignedBytesEqualFailure (this, fileName, lineNumber, expected, actual, text), testTerminator);
475}
476
477void UtestShell::assertPointersEqual(const void* expected, const void* actual, const char* text, const char* fileName, size_t lineNumber, const TestTerminator& testTerminator)
478{

Callers

nothing calls this directly

Calls 2

countCheckMethod · 0.45

Tested by

no test coverage detected