(self)
| 83 | # Subclasses must implement these. |
| 84 | # Returns a JSON snippet defining inputs and expected output for one test. |
| 85 | def EmitOne(self): raise NotImplementedError |
| 86 | # Returns a snippet of JavaScript that will operate on a variable "d" |
| 87 | # whose content is defined by the result of a call to "EmitOne". |
| 88 | def EmitTestCore(self): raise NotImplementedError |