Set will save the label `key` with `value`.
(key, value string)
| 31 | Get(key string) string |
| 32 | // Set will save the label `key` with `value`. |
| 33 | Set(key, value string) |
| 34 | } |
| 35 | |
| 36 | // DataTemp allows test authors to easily manipulate test fixtures / temporary files. |
no outgoing calls