(self)
| 6154 | return '[Function' + name + ']'; |
| 6155 | } |
| 6156 | function getMessage(self) { |
| 6157 | return truncate(inspect(self.actual), 128) + ' ' + self.operator + ' ' + truncate(inspect(self.expected), 128); |
| 6158 | } |
| 6159 | |
| 6160 | // At present only the three keys mentioned above are used and |
| 6161 | // understood by the spec. Implementations or sub modules can pass |