Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1017 Bytes

File metadata and controls

26 lines (18 loc) · 1017 Bytes

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

Message Brokers

Third party services and/or applications