I'm using Maven pre-integration-tests and post-integration tests to setup and tear down a test environment with three services (say A, B and C)
Is it possible using Test containers to restart one of those services before a test? If not, can I do that using other docker library for Java?
Thanks!