Package org.testcontainers.junit.jupiter


package org.testcontainers.junit.jupiter
  • Class
    Description
    The @Container annotation is used in conjunction with the Testcontainers annotation to mark containers that should be managed by the Testcontainers extension.
    EnabledIfDockerAvailable is a JUnit Jupiter extension to enable tests only if Docker is available.
    @Testcontainers is a JUnit Jupiter extension to activate automatic startup and stop of containers used in a test case.