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

Enum DifferenceFormat

include/CppUTest/TestFailure.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65protected:
66 enum DifferenceFormat
67 {
68 DIFFERENCE_STRING, DIFFERENCE_BINARY
69 };
70
71 SimpleString createButWasString(const SimpleString& expected, const SimpleString& actual);
72 SimpleString createDifferenceAtPosString(const SimpleString& actual, size_t position, DifferenceFormat format = DIFFERENCE_STRING);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected