As containerized environments keep gaining traction and popularity, integration tests starts to take advantage of that kind of environments not only to be able to test complex scenarios but also to replace mocking strategies with real interaction between systems.
This repo holds a set of libraries written in C# with the purpose of make the testing code writing easy and light for scenarios which requires to interact with artifacts like:
Databases
- Microsoft SQL Server
- PostgreSQL
- MongoDB
- MySQL
- Redis
- Elasticsearch
Message Brokers
- RabbitMQ
- Google Pub/Sub
Third party services and/or applications