dmcg
07/14/2019, 10:57 AMobject
or a class with a no-arg ctor. I haven’t finished it because the pain of fixture { MyFixture() }
wasn’t high for me, and I want to encourage (largely) immutable fixtures rather than the JUnit build-default-and-configure style.
On the other hand, migration from a JUnit test is made easier. What do people think?robfletcher
07/14/2019, 4:58 PMobject
. That… is interesting.christophsturm
07/15/2019, 10:34 AMfixture { MyFixture() }
is not very verbosedmcg
07/15/2019, 10:35 AMfixure {
at allchristophsturm
07/15/2019, 10:37 AMrobfletcher
07/15/2019, 3:26 PMderiveFixture
and copy
to change a property or two, but most of the time the fixture is initializing itself.