Unit Testing
#1868
Replies: 1 comment 2 replies
-
Hi @tacerus! See https://github.com/testcontainers/testcontainers-java |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I read through the past issues, but could not find anything related - are there any resources on integrating this library with unit tests? I use it with a Spring web application which renders content based on results from Docker, but am unsure what an elegant way to mock these results during testing would be.
I did find the tests in https://github.com/docker-java/docker-java/tree/master/docker-java/src/test but they seem to only contain tests for the library code itself.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions