An open API service indexing awesome lists of open source software.

https://github.com/socolin/socolin.testutils

A collection of tools to simplify tests in C#
https://github.com/socolin/socolin.testutils

csharp functional-testing json smtp testing

Last synced: about 2 months ago
JSON representation

A collection of tools to simplify tests in C#

Awesome Lists containing this project

README

        

# TestsUtils

This repository regroup various utils I designed to simplify testings

- [JsonComparer](Socolin.TestUtils.JsonComparer) is a util to easily compare JSON, with a nice and readable output.
- FakeSmtp, is a fake SMTP server to mock sending mail.

These projects are under MIT License.