Package org.testcontainers.junit.jupiter
package org.testcontainers.junit.jupiter
-
ClassDescriptionThe
@Containerannotation is used in conjunction with theTestcontainersannotation to mark containers that should be managed by the Testcontainers extension.EnabledIfDockerAvailableis a JUnit Jupiter extension to enable tests only if Docker is available.@Testcontainersis a JUnit Jupiter extension to activate automatic startup and stop of containers used in a test case.