NExpect.Matchers.NSubstitute 2.0.76

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NExpect.Matchers.NSubstitute --version 2.0.76                
NuGet\Install-Package NExpect.Matchers.NSubstitute -Version 2.0.76                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NExpect.Matchers.NSubstitute" Version="2.0.76" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NExpect.Matchers.NSubstitute --version 2.0.76                
#r "nuget: NExpect.Matchers.NSubstitute, 2.0.76"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NExpect.Matchers.NSubstitute as a Cake Addin
#addin nuget:?package=NExpect.Matchers.NSubstitute&version=2.0.76

// Install NExpect.Matchers.NSubstitute as a Cake Tool
#tool nuget:?package=NExpect.Matchers.NSubstitute&version=2.0.76                

NExpect.Matchers.NSubstitute

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();

also, there's a handy way to assert against no calls at all against a substitute:

Expect(someService)
    .Not.To.Have.Been.Called();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NExpect.Matchers.NSubstitute:

Package Downloads
Codeo.CQRS.Testability

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NExpect.Matchers.NSubstitute:

Repository Stars
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
Version Downloads Last updated
2.0.105 247 9/11/2024
2.0.104 396 8/30/2024
2.0.103 85 8/30/2024
2.0.102 1,325 6/19/2024
2.0.101 120 6/11/2024
2.0.100 195 6/10/2024
2.0.99 154 6/5/2024
2.0.98 87 6/3/2024
2.0.97 77 6/3/2024
2.0.96 81 6/3/2024
2.0.95 225 5/17/2024
2.0.94 487 5/17/2024
2.0.93 125 5/17/2024
2.0.92 318 4/29/2024
2.0.91 240 4/17/2024
2.0.90 134 4/15/2024
2.0.89 137 4/8/2024
2.0.88 131 4/5/2024
2.0.87 91 4/5/2024
2.0.86 114 4/5/2024
2.0.85 91 4/5/2024
2.0.84 91 4/4/2024
2.0.83 425 4/3/2024
2.0.82 684 4/2/2024
2.0.81 248 3/13/2024
2.0.80 114 3/13/2024
2.0.79 172 3/11/2024
2.0.78 136 3/5/2024
2.0.77 230 2/27/2024
2.0.76 102 2/26/2024
2.0.75 197 2/22/2024
2.0.74 121 2/22/2024
2.0.73 144 2/19/2024
2.0.72 132 2/15/2024
2.0.71 255 2/13/2024
2.0.70 273 2/13/2024
2.0.69 414 2/7/2024
2.0.68 154 2/6/2024
2.0.67 165 2/5/2024
2.0.66 149 2/2/2024
2.0.65 165 1/30/2024
2.0.64 283 1/18/2024
2.0.63 371 1/15/2024
2.0.62 151 1/12/2024
2.0.61 109 1/12/2024
2.0.60 155 1/10/2024
2.0.59 169 1/9/2024
2.0.58 621 12/13/2023
2.0.57 631 11/28/2023
2.0.56 142 11/28/2023
2.0.55 466 11/17/2023
2.0.54 197 11/17/2023
2.0.53 130 11/17/2023
2.0.52 412 10/30/2023
2.0.51 218 10/26/2023
2.0.50 401 10/12/2023
2.0.49 339 9/28/2023
2.0.48 192 9/22/2023
2.0.47 112 9/21/2023
2.0.46 159 9/20/2023
2.0.45 332 9/14/2023
2.0.44 145 9/14/2023
2.0.43 678 8/25/2023
2.0.42 144 8/25/2023
2.0.42-2308241227.f6c25ee 71 8/24/2023
2.0.42-2308161448.98b76da 72 8/16/2023
2.0.42-2308161446.ec7a107 63 8/16/2023
2.0.42-2308161429.74c00e2 69 8/16/2023
2.0.41 333 8/14/2023
2.0.40 257 8/4/2023
2.0.39 162 8/4/2023
2.0.38 141 8/4/2023
2.0.37 153 8/4/2023
2.0.36 164 8/4/2023
2.0.35 143 8/4/2023
2.0.34 651 6/22/2023
2.0.33 141 6/22/2023
2.0.32 161 6/22/2023
2.0.32-2306151149.332886a 77 6/15/2023
2.0.32-2306151140.93d85dc 70 6/15/2023
2.0.32-2306150947.3b80752 74 6/15/2023
2.0.31 265 6/12/2023
2.0.30 367 6/9/2023
2.0.30-2306091428.6fc0bd3 75 6/9/2023
2.0.30-2306091304.51d4d0b 78 6/9/2023
2.0.30-2306091204.1fe4d76 77 6/9/2023
2.0.30-2306090857.5be3155 76 6/9/2023
2.0.30-2306081701.3a525ef 77 6/8/2023
2.0.30-2306081646.5a15be2 76 6/8/2023
2.0.30-2306081628.68f2d91 78 6/8/2023
2.0.30-2306081611.3c4f19f 76 6/8/2023
2.0.30-2306081557.4fa2105 78 6/8/2023
2.0.30-2306081119.fdddf3b 77 6/8/2023
2.0.30-2306081053.68ba9f2 80 6/8/2023
2.0.30-2306080900.1b126b1 78 6/8/2023
2.0.29 375 5/23/2023
2.0.28 226 5/18/2023
2.0.27 177 5/12/2023
2.0.26 182 5/12/2023
2.0.25 267 4/26/2023
2.0.24 1,180 2/1/2023
2.0.23 300 1/30/2023
2.0.22 525 1/26/2023
2.0.21 300 1/25/2023
2.0.20 309 1/25/2023
2.0.19 843 11/30/2022
2.0.18 694 11/14/2022
2.0.17 1,099 10/19/2022
2.0.16 440 10/17/2022
2.0.15 393 10/17/2022
2.0.14 486 10/3/2022
2.0.13 397 10/3/2022
2.0.12 444 10/3/2022
2.0.11 491 9/27/2022
2.0.10 524 9/20/2022
2.0.9 457 9/19/2022
2.0.8 510 9/15/2022
2.0.7 534 9/14/2022
2.0.6 450 9/13/2022
2.0.5 411 9/13/2022
2.0.4 405 9/13/2022
2.0.3 476 9/9/2022
2.0.2 416 9/9/2022
2.0.1 425 9/9/2022
1.0.276 2,409 8/17/2022
1.0.275 419 8/17/2022
1.0.274 1,053 7/28/2022
1.0.273 775 7/14/2022
1.0.272 472 7/14/2022
1.0.271 456 7/13/2022
1.0.270 691 7/7/2022
1.0.269 446 7/7/2022
1.0.268 957 6/20/2022
1.0.267 581 6/14/2022
1.0.266 698 6/9/2022
1.0.265 919 5/27/2022
1.0.264 548 5/24/2022
1.0.263 469 5/23/2022
1.0.262 519 5/17/2022
1.0.261 473 5/16/2022
1.0.260 469 5/16/2022
1.0.259 916 5/6/2022
1.0.258 489 5/5/2022
1.0.257 454 5/5/2022
1.0.256 488 5/4/2022
1.0.255 457 5/4/2022
1.0.254 885 4/5/2022
1.0.253 478 4/5/2022
1.0.252 502 4/4/2022
1.0.251 529 3/22/2022
1.0.250 1,352 2/3/2022
1.0.249 519 1/28/2022
1.0.248 490 1/27/2022
1.0.247 504 1/26/2022
1.0.246 518 1/25/2022
1.0.245 513 1/18/2022
1.0.244 481 1/18/2022
1.0.243 501 1/12/2022
1.0.242 540 12/10/2021
1.0.241 340 12/10/2021
1.0.240 345 12/10/2021
1.0.239 386 12/6/2021
1.0.238 342 12/6/2021
1.0.237 333 12/2/2021
1.0.236 306 12/2/2021
1.0.235 322 12/2/2021
1.0.234 323 12/2/2021
1.0.233 521 11/18/2021
1.0.232 333 11/18/2021
1.0.231 550 11/9/2021
1.0.228 369 11/9/2021
1.0.227 581 10/14/2021
1.0.226 820 9/2/2021
1.0.225 391 8/31/2021
1.0.224 431 8/30/2021
1.0.223 575 8/6/2021
1.0.222 419 8/6/2021
1.0.221 414 8/6/2021
1.0.220 435 8/3/2021
1.0.219 469 7/30/2021
1.0.218 636 7/7/2021
1.0.217 384 7/7/2021
1.0.216 423 7/7/2021
1.0.215 444 7/6/2021
1.0.214 402 7/6/2021
1.0.213 400 7/6/2021
1.0.212 582 5/14/2021
1.0.211 393 5/11/2021
1.0.210 363 5/11/2021
1.0.209 366 5/11/2021
1.0.208 368 5/11/2021
1.0.207 373 5/3/2021
1.0.206 451 5/3/2021
1.0.205 384 5/3/2021
1.0.204 399 5/3/2021
1.0.203 393 4/15/2021
1.0.202 376 4/15/2021
1.0.201 371 4/15/2021
1.0.200 384 4/15/2021
1.0.199 367 4/14/2021
1.0.198 429 3/19/2021
1.0.197 393 3/9/2021
1.0.196 385 3/9/2021
1.0.195 360 3/9/2021
1.0.194 417 3/9/2021
1.0.193 415 3/9/2021
1.0.192 420 3/9/2021
1.0.191 406 2/12/2021
1.0.190 494 1/21/2021
1.0.189 445 1/21/2021
1.0.188 409 1/21/2021
1.0.187 402 1/21/2021
1.0.186 469 1/8/2021
1.0.185 415 1/8/2021
1.0.184 456 11/13/2020
1.0.183 420 11/13/2020
1.0.182 432 11/13/2020
1.0.181 515 10/13/2020
1.0.180 544 10/12/2020
1.0.179 525 8/31/2020
1.0.178 505 8/4/2020
1.0.177 496 7/21/2020
1.0.176 468 7/10/2020
1.0.175 494 7/10/2020
1.0.174 543 5/20/2020
1.0.173 515 5/20/2020
1.0.172 530 5/20/2020
1.0.171 545 5/8/2020
1.0.170 518 4/9/2020
1.0.169 513 4/3/2020
1.0.168 499 3/25/2020
1.0.167 579 3/23/2020
1.0.166 569 2/6/2020
1.0.165 565 12/30/2019
1.0.164 567 12/28/2019
1.0.163 523 12/28/2019
1.0.162 560 12/5/2019
1.0.161 552 12/5/2019
1.0.160 538 11/20/2019
1.0.159 571 10/14/2019
1.0.158 537 10/13/2019
1.0.157 551 10/3/2019
1.0.156 564 9/17/2019
1.0.155 574 9/15/2019
1.0.154 611 6/20/2019
1.0.153 576 6/20/2019
1.0.152 639 6/6/2019
1.0.151 593 6/4/2019
1.0.150 610 5/25/2019
1.0.149 608 5/23/2019
1.0.148 602 5/16/2019
1.0.147 608 5/16/2019
1.0.146 591 5/16/2019
1.0.145 584 5/16/2019