Runners in JUnit 4 were a great way to control the test environment and instance from user land (without writing an engine). It would be great if JUnit Jupiter would allow one to do the same. The main challenge is controlling the test instance redefining a custom `@Test`.