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#
- Host: GitHub
- URL: https://github.com/socolin/socolin.testutils
- Owner: Socolin
- Created: 2018-12-04T04:54:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T17:42:49.000Z (over 2 years ago)
- Last Synced: 2025-03-28T23:35:19.936Z (2 months ago)
- Topics: csharp, functional-testing, json, smtp, testing
- Language: C#
- Homepage:
- Size: 537 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.