String returns what have been written in the output before, as a string. This only works in test scenario.
()
| 68 | // String returns what have been written in the output before, as a string. |
| 69 | // This only works in test scenario. |
| 70 | String() string |
| 71 | // Bytes returns what have been written in the output before, as []byte. |
| 72 | // This only works in test scenario. |
| 73 | Bytes() []byte |
no outgoing calls