Functional Testing with Cargo
This page explains how to do functional testing with the Cargo Java API and JUnit.
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