Skip to content
Discussion options

You must be logged in to vote

Where is this ordering requirement coming from? Is it only due to certain test classes requiring certain setup/teardown logic? Assuming your tests are all written using JUnit Jupiter, I think you might not even need the Suite engine, but use the lazy resource creation pattern from the User Guide (see HttpServerExtension). Each test class/method could then get the resources it needs injected and the Jupiter engine would take care of cleaning up after all of them are done.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@abhiramreddy1818
Comment options

@marcphilipp
Comment options

Answer selected by mpkorstanje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants