NExpect.Matchers.NSubstitute NuGet Package

This library offers NSubistitute-specific extensions so you can have Expect-style
syntax for your NSubstitute assertions.

For example, one may previously have done:
```
Expect(result).To.Equal(expected);
someService.Received(1).SomeMethodCall();
```
and now you can keep it consistent:
```
Expect(result).To.Equal(expected);
Expect(someService).To.Have.Received(1).SomeMethodCall();
```.




Got any NExpect.Matchers.NSubstitute Question?





Info

Version: 2.0.91
Author(s): Davyd McColl
Last Update: Wednesday, April 17, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/fluffynuts/NExpect
NuGet Url: https://www.nuget.org/packages/NExpect.Matchers.NSubstitute


Install
Install-Package NExpect.Matchers.NSubstitute
dotnet add package NExpect.Matchers.NSubstitute
paket add NExpect.Matchers.NSubstitute
NExpect.Matchers.NSubstitute Download (Unzip the "nupkg" after downloading)

.NETStandard 2.0 net452




STATS

must-have-score

3.3

avg-downloads-per-day

50

days-since-last-release

15