testcontainers / testcontainers-java

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.org
MIT License
7.89k stars 1.62k forks source link

Small doc improvement: Update mockserver.md #8763

Open jakesmolka opened 4 weeks ago

jakesmolka commented 4 weeks ago

Clarify referenced method, because it is not from typical library.

It took me some time to figure out what's going on, because the used method isn't explained at all. Once I found the source code of those examples, it sure wasn't a problem anymore. But I believe this isn't the expected "level of complexity" for the docs.

eddumelendez commented 2 weeks ago

Hi @jakesmolka, thanks for the suggestion. It would be nice it we can move those tests to RestAssured. Do you mind updating the PR?