| Class | Description |
|---|---|
| TestcontainersExtension |
| Annotation Type | Description |
|---|---|
| Container |
The
@Container annotation is used in conjunction with the Testcontainers annotation
to mark containers that should be managed by the Testcontainers extension. |
| Testcontainers |
@Testcontainers is a JUnit Jupiter extension to activate automatic
startup and stop of containers used in a test case. |