| 176 | }; |
| 177 | |
| 178 | class BitsEqualFailure : public TestFailure |
| 179 | { |
| 180 | public: |
| 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 | |
| 184 | class FeatureUnsupportedFailure : public TestFailure |
| 185 | { |
no outgoing calls