Version 0.31.0 replaces `junitTests` (the one that...
# minutest
d
Version 0.31.0 replaces
junitTests
(the one that you can use to give a stream to the @TestFactory with the same
context {}
that is used in
JUnit5Minutests
et all. This allows the annotations to work in the TestFactory cases, but you do have to call
testFactoryFor(
or
toTestFactory()
yourself.