java-design-patterns
java-design-patterns copied to clipboard
Enable the MongoDB tests in hexagonal pattern
Currently, the tests MongoBankTest
, MongoTicketRepositoryTest
, and MongoEventLogTest
are disabled supposedly because they require a real MongoDB present. Let's try to re-enable the tests either by utilizing embedded MongoDB or using mocking techniques.
Acceptance criteria
- Hexagonal MongoDB tests are enabled and working
id like to work on this
sorry, but i was unable to solve this. u can unassign me now
Please assign this to me
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.
Assign this to me please
Hi, I have a working solution using TestContainers, can you please assign this to me and I'll raise a PR for review ?
Fixed in https://github.com/iluwatar/java-design-patterns/pull/2511