An open API service indexing awesome lists of open source software.

https://github.com/testcontainers/testcontainers-java-repro

A template repository intended to help create isolated repro examples for Testcontainers issues
https://github.com/testcontainers/testcontainers-java-repro

Last synced: 9 months ago
JSON representation

A template repository intended to help create isolated repro examples for Testcontainers issues

Awesome Lists containing this project

README

          

# testcontainers-java-repro

A template repository intended to help create isolated repro examples for [testcontainers-java](https://github.com/testcontainers/testcontainers-java) issues.

To use this as a template, click the `Use this template` button above.

Code to reproduce the issue should be located in [ReproExample](src/test/java/org/testcontainers/repro/ReproExample.java).