Functional Testing with Cargo
Example
The best is to create a JUnit TestSetup extension so that you start and stop your container once for the whole test suite. For example:
Then write your test case. For example:
References
Labels
The best is to create a JUnit TestSetup extension so that you start and stop your container once for the whole test suite. For example:
Then write your test case. For example: