See: Description
| Class | Description | 
|---|---|
| TestContainerResourceManager<T extends GenericContainer<?>> | Abstract class for managing TestContainers resources in integration tests. | 
| TestContainerResourceManager.Builder<T extends TestContainerResourceManager<?>> | Builder for  TestContainerResourceManager. | 
| Exception | Description | 
|---|---|
| TestContainerResourceManagerException | Custom exception for  TestContainerResourceManagerimplementations. | 
| Annotation Type | Description | 
|---|---|
| TestContainersIntegrationTest | Annotation that marks the test that requires TestContainers. |