| 64 | |
| 65 | protected: |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected