Corda Integration testing with the DriverDSL requires all the test context to be executed with the closure of the DriverDSL such that the start of the nodes and the start of the network happen before the actually testing starts.
To make the DriverDSL compatible with Junit Jupiter, a custom extension of the latter is required.