Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: point to the right TestContainer test #20

Merged
merged 1 commit into from
Feb 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ can be easily integrated into JUnit & SpringBoot.
* [Example](infrastructure-petstore-rest-client/src/test/java/today/stepbeyond/examples/springbootexamples/infrastructure/gateways/PetStoreRestClientIT.java)
* [Testcontainers](https://www.testcontainers.org/)
* used to start any type of external services, i.e. databases or message queues.
* [Example](infrastructure-pet-jms/src/test/java/today/stepbeyond/examples/springbootexamples/infrastructure/jms/pet/event/JmsPetEventPublisherIT.java)
* [Example](application/src/test/java/today/stepbeyond/examples/springbootexamples/application/domain/BirthOfDogIT.java#L40-L42)
* [Awaitility](http://www.awaitility.org/)
* used to ensure a given state after a given time. Practical especially for asynchronous communications.
* [Example](application/src/test/java/today/stepbeyond/examples/springbootexamples/application/domain/BirthOfDogIT.java#L87-L94)
Expand All @@ -59,4 +59,4 @@ can be easily integrated into JUnit & SpringBoot.

#### Conventions

This repository follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
This repository follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)