Is there a way to get properties in the class unde...
# getting-started
w
Is there a way to get properties in the class under test (SUT) to be
var
instead of
val
just for unit tests? It makes it a lot easier to write some unit test code when you can change your SUT's variables.