nsubstitute topic

List nsubstitute repositories

MockQueryable

724
Stars
72
Forks
Watchers

Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc

entity-framework-core-mock

132
Stars
24
Forks
Watchers

Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute

machine.specifications.fakes

61
Stars
23
Forks
Watchers

A generic model for using fakes and automocking on top of Machine.Specifications

AspNetMvcActiveDirectoryOwin

54
Stars
44
Forks
Watchers

ASP.Net MVC with Active Directory Authentication using Owin Middleware

NSubstitute.Analyzers

29
Stars
7
Forks
Watchers

Roslyn analysers for NSubstitute.

AutoFixture.XUnit2.AutoMock

22
Stars
5
Forks
Watchers

Autofixture auto-mocking for XUnit2 using a mocking library of your choice.

entity-framework-core3-mock

17
Stars
4
Forks
Watchers

Easy Mock wrapper for mocking EFCore3 DbContext and DbSet using Moq or NSubstitute

entity-framework-mock

48
Stars
16
Forks
Watchers

Easy Mock wrapper for mocking EF6 DbContext and DbSet using Moq or NSubstitute

AutoFixture

3.3k
Stars
337
Forks
Watchers

AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on wha...