You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.