Heads up - I'm deprecating the `val tests = rootCo...
# minutest
d
Heads up - I'm deprecating the
val tests = rootContext...
in JUnit5Minutests, in favour of providing a public method that returns the result of RootContext (which is now RootContextBuilder). My rationale is 1. IntelliJ provides a stupid autocomplete for it 2. I can support multiple roots this way without having to expose @TestFactory 3. It's compatible with the 'more native' MinutestTestRunner and the MinutestJUnit4Runner 4. It's more obvious this way that the rootContext is only resolved during the course of test execution, rather than before all tests are run.