Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@karlo0
Copy link

@karlo0 karlo0 commented Feb 17, 2025

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.

This PR implements such an Junit Jupiter Extension which allows to perform standalone Corda integration tests within Junit Jupiter.

Closes #7757.

"I hereby certify that my contribution is in accordance with the Developer Certificate of Origin."

PR Checklist:

  • Have you run the unit, integration and smoke tests as described here?
  • [] If you added public APIs, did you write the JavaDocs/kdocs?
  • [] If the changes are of interest to application developers, have you added them to the changelog, and potentially the release notes (https://docs.r3.com/release-notes.html)?
  • If you are contributing for the first time, please read the contributor agreement now and add a comment to this pull request stating that your PR is in accordance with the Developer's Certificate of Origin.

Thanks for your code, it's appreciated! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants