Can we test an object that needs initialization and teardown?
Jerzy Krolak
jerzykrlk at gmail.com
Wed Oct 10 11:13:14 UTC 2018
Hi,
I've had a look into that recently. It turned out that I might need a more
generic TearDown method at the end of each fork, that would clean up all my
mess before JVM stops.
I've already implemented handling TearDown on a Fork, in a way similar to
what I found in JMH, and it looks fine.
How about SetUp / TearDown on three levels (Test, Iteration, Fork)? Would
it look well with the rest of jcstress suite? I can try to implement these.
Thanks, JK
More information about the jcstress-dev
mailing list