(self)
| 9720 | } |
| 9721 | |
| 9722 | function getMessage(self) { |
| 9723 | return truncate(JSON.stringify(self.actual, replacer), 128) + ' ' + |
| 9724 | self.operator + ' ' + |
| 9725 | truncate(JSON.stringify(self.expected, replacer), 128); |
| 9726 | } |
| 9727 | |
| 9728 | function fail(actual, expected, message, operator, stackStartFunction) { |
| 9729 | throw new assert.AssertionError({ |
no test coverage detected