(path: string)
| 66 | } |
| 67 | |
| 68 | record(path: string): any { |
| 69 | if (!this.outOfBandRecord) |
| 70 | return undefined; |
| 71 | return MINode.valueOf(this.outOfBandRecord[0].output, path); |
| 72 | } |
| 73 | |
| 74 | result(path: string): any { |
| 75 | if (!this.resultRecords) |
no test coverage detected