Bytes returns what have been written in the output before, as []byte. This only works in test scenario.
()
| 71 | // Bytes returns what have been written in the output before, as []byte. |
| 72 | // This only works in test scenario. |
| 73 | Bytes() []byte |
| 74 | // Reset clear what has been recorded as written in the output before. |
| 75 | // This only works in test scenario. |
| 76 | Reset() |
no outgoing calls