reset

@TestOnly
fun reset()

Removes all arguments that were affected by the value change. This means that it also resets what information was held in the past.

This can be used in a test environment to clear the results of previous test functions. (@TestOnly)