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

Class BitsEqualFailure

include/CppUTest/TestFailure.h:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176};
177
178class BitsEqualFailure : public TestFailure
179{
180public:
181 BitsEqualFailure(UtestShell* test, const char* fileName, size_t lineNumber, unsigned long expected, unsigned long actual, unsigned long mask, size_t byteCount, const SimpleString& text);
182};
183
184class FeatureUnsupportedFailure : public TestFailure
185{

Callers 1

assertBitsEqualMethod · 0.85

Calls

no outgoing calls

Tested by 1

assertBitsEqualMethod · 0.68