I’m not sure that I do use mutable fixtures very o...
# minutest
r
I’m not sure that I do use mutable fixtures very often. I pretty much exclusively use data classes and have started occasionally using objects where that is practical. When using
deriveFixture
I like to be able to use the
copy
method.