| 216 | } |
| 217 | |
| 218 | MockNoWayToCompareCustomTypeFailure::MockNoWayToCompareCustomTypeFailure(UtestShell* test, const SimpleString& typeName) : MockFailure(test) |
| 219 | { |
| 220 | message_ = StringFromFormat("MockFailure: No way to compare type <%s>. Please install a MockNamedValueComparator.", typeName.asCharString()); |
| 221 | } |
| 222 | |
| 223 | MockNoWayToCopyCustomTypeFailure::MockNoWayToCopyCustomTypeFailure(UtestShell* test, const SimpleString& typeName) : MockFailure(test) |
| 224 | { |
nothing calls this directly
no test coverage detected