https://github.com/rafaelfgx/dotnettests
Examples using MSTest and XUnit projects with test libraries (Moq, NSubstitute, FakeItEasy, NBuilder).
https://github.com/rafaelfgx/dotnettests
dot-net dotnet dotnet-core dotnetcore mocking mstest test testing xunit
Last synced: 2 months ago
JSON representation
Examples using MSTest and XUnit projects with test libraries (Moq, NSubstitute, FakeItEasy, NBuilder).
- Host: GitHub
- URL: https://github.com/rafaelfgx/dotnettests
- Owner: rafaelfgx
- License: mit
- Created: 2018-07-06T23:44:50.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T11:36:51.000Z (5 months ago)
- Last Synced: 2025-02-03T04:31:54.838Z (4 months ago)
- Topics: dot-net, dotnet, dotnet-core, dotnetcore, mocking, mstest, test, testing, xunit
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Tests
Examples using MSTest and XUnit projects with test libraries (Moq, NSubstitute, FakeItEasy, NBuilder).
## MSTest and XUnit
* Moq (https://github.com/moq/moq4)
* NSubstitute (http://nsubstitute.github.io)
* FakeItEasy (https://fakeiteasy.github.io)
* NBuilder (https://github.com/nbuilder/nbuilder)