https://github.com/paranoid-software/ephemerals.net
Integration tests ephemeral context enablers for Databases, File Systems, Messaging Systems and more.
https://github.com/paranoid-software/ephemerals.net
Last synced: 2 months ago
JSON representation
Integration tests ephemeral context enablers for Databases, File Systems, Messaging Systems and more.
- Host: GitHub
- URL: https://github.com/paranoid-software/ephemerals.net
- Owner: paranoid-software
- License: mit
- Created: 2022-07-06T15:31:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T23:38:14.000Z (over 2 years ago)
- Last Synced: 2026-03-11T08:42:40.450Z (3 months ago)
- Language: C#
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Ephemerals for .net
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](https://github.com/paranoid-software/ephemerals.net/tree/main/mssql)
- [PostgreSQL](https://github.com/paranoid-software/ephemerals.net/tree/main/postgresql)
- [MongoDB](https://github.com/paranoid-software/ephemerals.net/tree/main/mongodb)
- MySQL
- [Redis](https://github.com/paranoid-software/ephemerals.net/tree/main/redis)
- Elasticsearch
-
Message Brokers
- [RabbitMQ](https://github.com/paranoid-software/ephemerals.net/tree/main/rabbitmq)
- Google Pub/Sub
-
Third party services and/or applications
-