dmcg
12/10/2018, 10:52 PMrootContext
as the 'entry point'. I haven't quite got the replaceWith
right I'm afraid. In addition, the MinutestEngine and JUnit 4 tests have moved to function invocation rather than val override for the context
override val tests = context<Unit> { ... }
becomes
fun tests_() = rootContext<Unit> {}
This latter is also available to JUnit5Minutests (still aka JupiterTests) but override val tests
is still supported for now.