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

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).

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)