NExpect.Matchers.NSubstitute 2.0.111

Prefix Reserved
dotnet add package NExpect.Matchers.NSubstitute --version 2.0.111                
NuGet\Install-Package NExpect.Matchers.NSubstitute -Version 2.0.111                
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.111" />                
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.111                
#r "nuget: NExpect.Matchers.NSubstitute, 2.0.111"                
#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.111

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

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.111 103 12/17/2024
2.0.110 600 11/13/2024
2.0.109 133 11/1/2024
2.0.108 248 10/23/2024
2.0.107 97 10/23/2024
2.0.106 110 10/22/2024
2.0.105 1,165 9/11/2024
2.0.104 567 8/30/2024
2.0.103 99 8/30/2024
2.0.102 1,496 6/19/2024
2.0.101 130 6/11/2024
2.0.100 204 6/10/2024
2.0.99 166 6/5/2024
2.0.98 96 6/3/2024
2.0.97 93 6/3/2024
2.0.96 89 6/3/2024
2.0.95 248 5/17/2024
2.0.94 500 5/17/2024
2.0.93 134 5/17/2024
2.0.92 331 4/29/2024
2.0.91 256 4/17/2024
2.0.90 144 4/15/2024
2.0.89 148 4/8/2024
2.0.88 141 4/5/2024
2.0.87 99 4/5/2024
2.0.86 124 4/5/2024
2.0.85 99 4/5/2024
2.0.84 98 4/4/2024
2.0.83 435 4/3/2024
2.0.82 710 4/2/2024
2.0.81 256 3/13/2024
2.0.80 121 3/13/2024
2.0.79 181 3/11/2024
2.0.78 146 3/5/2024
2.0.77 238 2/27/2024
2.0.76 109 2/26/2024
2.0.75 204 2/22/2024
2.0.74 130 2/22/2024
2.0.73 157 2/19/2024
2.0.72 139 2/15/2024
2.0.71 269 2/13/2024
2.0.70 283 2/13/2024
2.0.69 504 2/7/2024
2.0.68 165 2/6/2024
2.0.67 175 2/5/2024
2.0.66 156 2/2/2024
2.0.65 176 1/30/2024
2.0.64 293 1/18/2024
2.0.63 379 1/15/2024
2.0.62 161 1/12/2024
2.0.61 116 1/12/2024
2.0.60 165 1/10/2024
2.0.59 176 1/9/2024
2.0.58 629 12/13/2023
2.0.57 643 11/28/2023
2.0.56 150 11/28/2023
2.0.55 477 11/17/2023
2.0.54 207 11/17/2023
2.0.53 137 11/17/2023
2.0.52 436 10/30/2023
2.0.51 227 10/26/2023
2.0.50 408 10/12/2023
2.0.49 348 9/28/2023
2.0.48 201 9/22/2023
2.0.47 120 9/21/2023
2.0.46 167 9/20/2023
2.0.45 341 9/14/2023
2.0.44 156 9/14/2023
2.0.43 686 8/25/2023
2.0.42 152 8/25/2023
2.0.42-2308241227.f6c25ee 76 8/24/2023
2.0.42-2308161448.98b76da 80 8/16/2023
2.0.42-2308161446.ec7a107 69 8/16/2023
2.0.42-2308161429.74c00e2 81 8/16/2023
2.0.41 340 8/14/2023
2.0.40 264 8/4/2023
2.0.39 172 8/4/2023
2.0.38 149 8/4/2023
2.0.37 160 8/4/2023
2.0.36 171 8/4/2023
2.0.35 151 8/4/2023
2.0.34 783 6/22/2023
2.0.33 149 6/22/2023
2.0.32 171 6/22/2023
2.0.32-2306151149.332886a 82 6/15/2023
2.0.32-2306151140.93d85dc 79 6/15/2023
2.0.32-2306150947.3b80752 80 6/15/2023
2.0.31 273 6/12/2023
2.0.30 374 6/9/2023
2.0.30-2306091428.6fc0bd3 80 6/9/2023
2.0.30-2306091304.51d4d0b 83 6/9/2023
2.0.30-2306091204.1fe4d76 85 6/9/2023
2.0.30-2306090857.5be3155 81 6/9/2023
2.0.30-2306081701.3a525ef 82 6/8/2023
2.0.30-2306081646.5a15be2 81 6/8/2023
2.0.30-2306081628.68f2d91 85 6/8/2023
2.0.30-2306081611.3c4f19f 82 6/8/2023
2.0.30-2306081557.4fa2105 84 6/8/2023
2.0.30-2306081119.fdddf3b 83 6/8/2023
2.0.30-2306081053.68ba9f2 85 6/8/2023
2.0.30-2306080900.1b126b1 84 6/8/2023
2.0.29 381 5/23/2023
2.0.28 232 5/18/2023
2.0.27 184 5/12/2023
2.0.26 188 5/12/2023
2.0.25 273 4/26/2023
2.0.24 1,186 2/1/2023
2.0.23 306 1/30/2023
2.0.22 531 1/26/2023
2.0.21 307 1/25/2023
2.0.20 317 1/25/2023
2.0.19 850 11/30/2022
2.0.18 700 11/14/2022
2.0.17 1,112 10/19/2022
2.0.16 448 10/17/2022
2.0.15 399 10/17/2022
2.0.14 492 10/3/2022
2.0.13 407 10/3/2022
2.0.12 450 10/3/2022
2.0.11 497 9/27/2022
2.0.10 530 9/20/2022
2.0.9 463 9/19/2022
2.0.8 516 9/15/2022
2.0.7 540 9/14/2022
2.0.6 458 9/13/2022
2.0.5 419 9/13/2022
2.0.4 411 9/13/2022
2.0.3 484 9/9/2022
2.0.2 422 9/9/2022
2.0.1 431 9/9/2022
1.0.276 2,427 8/17/2022
1.0.275 425 8/17/2022
1.0.274 1,061 7/28/2022
1.0.273 781 7/14/2022
1.0.272 478 7/14/2022
1.0.271 462 7/13/2022
1.0.270 697 7/7/2022
1.0.269 452 7/7/2022
1.0.268 967 6/20/2022
1.0.267 587 6/14/2022
1.0.266 704 6/9/2022
1.0.265 926 5/27/2022
1.0.264 554 5/24/2022
1.0.263 475 5/23/2022
1.0.262 525 5/17/2022
1.0.261 479 5/16/2022
1.0.260 475 5/16/2022
1.0.259 924 5/6/2022
1.0.258 495 5/5/2022
1.0.257 460 5/5/2022
1.0.256 494 5/4/2022
1.0.255 463 5/4/2022
1.0.254 893 4/5/2022
1.0.253 484 4/5/2022
1.0.252 508 4/4/2022
1.0.251 535 3/22/2022
1.0.250 1,396 2/3/2022
1.0.249 525 1/28/2022
1.0.248 496 1/27/2022
1.0.247 510 1/26/2022
1.0.246 524 1/25/2022
1.0.245 519 1/18/2022
1.0.244 491 1/18/2022
1.0.243 507 1/12/2022
1.0.242 546 12/10/2021
1.0.241 348 12/10/2021
1.0.240 351 12/10/2021
1.0.239 392 12/6/2021
1.0.238 348 12/6/2021
1.0.237 339 12/2/2021
1.0.236 312 12/2/2021
1.0.235 330 12/2/2021
1.0.234 331 12/2/2021
1.0.233 527 11/18/2021
1.0.232 339 11/18/2021
1.0.231 556 11/9/2021
1.0.228 379 11/9/2021
1.0.227 587 10/14/2021
1.0.226 826 9/2/2021
1.0.225 397 8/31/2021
1.0.224 437 8/30/2021
1.0.223 583 8/6/2021
1.0.222 425 8/6/2021
1.0.221 420 8/6/2021
1.0.220 441 8/3/2021
1.0.219 475 7/30/2021
1.0.218 644 7/7/2021
1.0.217 390 7/7/2021
1.0.216 429 7/7/2021
1.0.215 452 7/6/2021
1.0.214 408 7/6/2021
1.0.213 406 7/6/2021
1.0.212 588 5/14/2021
1.0.211 399 5/11/2021
1.0.210 371 5/11/2021
1.0.209 372 5/11/2021
1.0.208 374 5/11/2021
1.0.207 379 5/3/2021
1.0.206 457 5/3/2021
1.0.205 390 5/3/2021
1.0.204 405 5/3/2021
1.0.203 399 4/15/2021
1.0.202 382 4/15/2021
1.0.201 377 4/15/2021
1.0.200 390 4/15/2021
1.0.199 373 4/14/2021
1.0.198 435 3/19/2021
1.0.197 399 3/9/2021
1.0.196 393 3/9/2021
1.0.195 368 3/9/2021
1.0.194 423 3/9/2021
1.0.193 421 3/9/2021
1.0.192 426 3/9/2021
1.0.191 412 2/12/2021
1.0.190 500 1/21/2021
1.0.189 453 1/21/2021
1.0.188 415 1/21/2021
1.0.187 408 1/21/2021
1.0.186 475 1/8/2021
1.0.185 421 1/8/2021
1.0.184 464 11/13/2020
1.0.183 428 11/13/2020
1.0.182 438 11/13/2020
1.0.181 521 10/13/2020
1.0.180 550 10/12/2020
1.0.179 533 8/31/2020
1.0.178 511 8/4/2020
1.0.177 505 7/21/2020
1.0.176 477 7/10/2020
1.0.175 501 7/10/2020
1.0.174 550 5/20/2020
1.0.173 523 5/20/2020
1.0.172 539 5/20/2020
1.0.171 552 5/8/2020
1.0.170 524 4/9/2020
1.0.169 519 4/3/2020
1.0.168 507 3/25/2020
1.0.167 587 3/23/2020
1.0.166 575 2/6/2020
1.0.165 571 12/30/2019
1.0.164 573 12/28/2019
1.0.163 529 12/28/2019
1.0.162 570 12/5/2019
1.0.161 560 12/5/2019
1.0.160 546 11/20/2019
1.0.159 579 10/14/2019
1.0.158 547 10/13/2019
1.0.157 559 10/3/2019
1.0.156 574 9/17/2019
1.0.155 584 9/15/2019
1.0.154 621 6/20/2019
1.0.153 584 6/20/2019
1.0.152 649 6/6/2019
1.0.151 601 6/4/2019
1.0.150 618 5/25/2019
1.0.149 616 5/23/2019
1.0.148 610 5/16/2019
1.0.147 616 5/16/2019
1.0.146 601 5/16/2019
1.0.145 592 5/16/2019