Functional Testing with Cargo
| Excerpt |
|---|
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:
...