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

Method assertUnsignedLongsEqual

src/CppUTest/Utest.cpp:437–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void UtestShell::assertUnsignedLongsEqual(unsigned long expected, unsigned long actual, const char* text, const char* fileName, size_t lineNumber, const TestTerminator& testTerminator)
438{
439 getTestResult()->countCheck();
440 if (expected != actual)
441 failWith(UnsignedLongsEqualFailure (this, fileName, lineNumber, expected, actual, text), testTerminator);
442}
443
444void UtestShell::assertLongLongsEqual(cpputest_longlong expected, cpputest_longlong actual, const char* text, const char* fileName, size_t lineNumber, const TestTerminator& testTerminator)
445{

Callers 2

Calls 2

countCheckMethod · 0.45

Tested by

no test coverage detected