(self)
| 8442 | return '[Function' + name + ']'; |
| 8443 | } |
| 8444 | function getMessage(self) { |
| 8445 | return truncate(inspect(self.actual), 128) + ' ' + |
| 8446 | self.operator + ' ' + |
| 8447 | truncate(inspect(self.expected), 128); |
| 8448 | } |
| 8449 | |
| 8450 | // At present only the three keys mentioned above are used and |
| 8451 | // understood by the spec. Implementations or sub modules can pass |
no test coverage detected