/test-container-example

🐳 Introducing Test-Container

Primary LanguageJava

TestContainer

Requirements

  • Docker

Getting Started

  • gradle
testImplementation("org.testcontainers:testcontainers:1.12.0")

JUnit 4

@Rule
public GenericContainer mongoDbContainer = new GenericContainer("mongo:4.0.10");