Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/generaltao2/testcontainers-java-repro
https://github.com/generaltao2/testcontainers-java-repro
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/generaltao2/testcontainers-java-repro
- Owner: GeneralTao2
- Created: 2023-06-15T17:49:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-01T09:12:32.000Z (about 1 year ago)
- Last Synced: 2024-10-10T13:35:08.285Z (about 1 month ago)
- Language: Java
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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).