NExpect.Matchers.NSubstitute 2.0.102

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package NExpect.Matchers.NSubstitute --version 2.0.102
NuGet\Install-Package NExpect.Matchers.NSubstitute -Version 2.0.102
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.102" />
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.102
#r "nuget: NExpect.Matchers.NSubstitute, 2.0.102"
#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.102

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

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.102 172 6/19/2024
2.0.101 111 6/11/2024
2.0.100 111 6/10/2024
2.0.99 131 6/5/2024
2.0.98 78 6/3/2024
2.0.97 53 6/3/2024
2.0.96 57 6/3/2024
2.0.95 164 5/17/2024
2.0.94 365 5/17/2024
2.0.93 97 5/17/2024
2.0.92 269 4/29/2024
2.0.91 215 4/17/2024
2.0.90 125 4/15/2024
2.0.89 117 4/8/2024
2.0.88 123 4/5/2024
2.0.87 70 4/5/2024
2.0.86 87 4/5/2024
2.0.85 65 4/5/2024
2.0.84 85 4/4/2024
2.0.83 405 4/3/2024
2.0.82 494 4/2/2024
2.0.81 219 3/13/2024
2.0.80 96 3/13/2024
2.0.79 152 3/11/2024
2.0.78 122 3/5/2024
2.0.77 203 2/27/2024
2.0.76 98 2/26/2024
2.0.75 191 2/22/2024
2.0.74 103 2/22/2024
2.0.73 140 2/19/2024
2.0.72 127 2/15/2024
2.0.71 239 2/13/2024
2.0.70 252 2/13/2024
2.0.69 302 2/7/2024
2.0.68 132 2/6/2024
2.0.67 158 2/5/2024
2.0.66 131 2/2/2024
2.0.65 149 1/30/2024
2.0.64 268 1/18/2024
2.0.63 351 1/15/2024
2.0.62 133 1/12/2024
2.0.61 89 1/12/2024
2.0.60 137 1/10/2024
2.0.59 163 1/9/2024
2.0.58 602 12/13/2023
2.0.57 626 11/28/2023
2.0.56 124 11/28/2023
2.0.55 449 11/17/2023
2.0.54 179 11/17/2023
2.0.53 110 11/17/2023
2.0.52 330 10/30/2023
2.0.51 211 10/26/2023
2.0.50 381 10/12/2023
2.0.49 319 9/28/2023
2.0.48 166 9/22/2023
2.0.47 88 9/21/2023
2.0.46 139 9/20/2023
2.0.45 311 9/14/2023
2.0.44 127 9/14/2023
2.0.43 659 8/25/2023
2.0.42 126 8/25/2023
2.0.42-2308241227.f6c25ee 62 8/24/2023
2.0.42-2308161448.98b76da 66 8/16/2023
2.0.42-2308161446.ec7a107 57 8/16/2023
2.0.42-2308161429.74c00e2 63 8/16/2023
2.0.41 313 8/14/2023
2.0.40 240 8/4/2023
2.0.39 146 8/4/2023
2.0.38 136 8/4/2023
2.0.37 133 8/4/2023
2.0.36 145 8/4/2023
2.0.35 139 8/4/2023
2.0.34 555 6/22/2023
2.0.33 123 6/22/2023
2.0.32 134 6/22/2023
2.0.32-2306151149.332886a 70 6/15/2023
2.0.32-2306151140.93d85dc 65 6/15/2023
2.0.32-2306150947.3b80752 66 6/15/2023
2.0.31 238 6/12/2023
2.0.30 349 6/9/2023
2.0.30-2306091428.6fc0bd3 70 6/9/2023
2.0.30-2306091304.51d4d0b 71 6/9/2023
2.0.30-2306091204.1fe4d76 70 6/9/2023
2.0.30-2306090857.5be3155 69 6/9/2023
2.0.30-2306081701.3a525ef 70 6/8/2023
2.0.30-2306081646.5a15be2 69 6/8/2023
2.0.30-2306081628.68f2d91 69 6/8/2023
2.0.30-2306081611.3c4f19f 67 6/8/2023
2.0.30-2306081557.4fa2105 71 6/8/2023
2.0.30-2306081119.fdddf3b 70 6/8/2023
2.0.30-2306081053.68ba9f2 71 6/8/2023
2.0.30-2306080900.1b126b1 71 6/8/2023
2.0.29 352 5/23/2023
2.0.28 222 5/18/2023
2.0.27 160 5/12/2023
2.0.26 157 5/12/2023
2.0.25 261 4/26/2023
2.0.24 1,176 2/1/2023
2.0.23 296 1/30/2023
2.0.22 509 1/26/2023
2.0.21 283 1/25/2023
2.0.20 290 1/25/2023
2.0.19 827 11/30/2022
2.0.18 674 11/14/2022
2.0.17 1,078 10/19/2022
2.0.16 419 10/17/2022
2.0.15 388 10/17/2022
2.0.14 467 10/3/2022
2.0.13 377 10/3/2022
2.0.12 424 10/3/2022
2.0.11 473 9/27/2022
2.0.10 503 9/20/2022
2.0.9 438 9/19/2022
2.0.8 504 9/15/2022
2.0.7 514 9/14/2022
2.0.6 431 9/13/2022
2.0.5 405 9/13/2022
2.0.4 399 9/13/2022
2.0.3 471 9/9/2022
2.0.2 398 9/9/2022
2.0.1 408 9/9/2022
1.0.276 2,376 8/17/2022
1.0.275 412 8/17/2022
1.0.274 1,019 7/28/2022
1.0.273 769 7/14/2022
1.0.272 452 7/14/2022
1.0.271 438 7/13/2022
1.0.270 672 7/7/2022
1.0.269 426 7/7/2022
1.0.268 894 6/20/2022
1.0.267 575 6/14/2022
1.0.266 678 6/9/2022
1.0.265 898 5/27/2022
1.0.264 532 5/24/2022
1.0.263 464 5/23/2022
1.0.262 497 5/17/2022
1.0.261 453 5/16/2022
1.0.260 452 5/16/2022
1.0.259 891 5/6/2022
1.0.258 470 5/5/2022
1.0.257 449 5/5/2022
1.0.256 483 5/4/2022
1.0.255 452 5/4/2022
1.0.254 863 4/5/2022
1.0.253 454 4/5/2022
1.0.252 478 4/4/2022
1.0.251 523 3/22/2022
1.0.250 1,324 2/3/2022
1.0.249 497 1/28/2022
1.0.248 483 1/27/2022
1.0.247 483 1/26/2022
1.0.246 494 1/25/2022
1.0.245 493 1/18/2022
1.0.244 457 1/18/2022
1.0.243 481 1/12/2022
1.0.242 518 12/10/2021
1.0.241 318 12/10/2021
1.0.240 322 12/10/2021
1.0.239 365 12/6/2021
1.0.238 321 12/6/2021
1.0.237 312 12/2/2021
1.0.236 285 12/2/2021
1.0.235 303 12/2/2021
1.0.234 305 12/2/2021
1.0.233 495 11/18/2021
1.0.232 313 11/18/2021
1.0.231 528 11/9/2021
1.0.228 347 11/9/2021
1.0.227 559 10/14/2021
1.0.226 810 9/2/2021
1.0.225 367 8/31/2021
1.0.224 408 8/30/2021
1.0.223 554 8/6/2021
1.0.222 396 8/6/2021
1.0.221 390 8/6/2021
1.0.220 413 8/3/2021
1.0.219 443 7/30/2021
1.0.218 614 7/7/2021
1.0.217 362 7/7/2021
1.0.216 397 7/7/2021
1.0.215 436 7/6/2021
1.0.214 383 7/6/2021
1.0.213 381 7/6/2021
1.0.212 558 5/14/2021
1.0.211 374 5/11/2021
1.0.210 344 5/11/2021
1.0.209 345 5/11/2021
1.0.208 347 5/11/2021
1.0.207 352 5/3/2021
1.0.206 424 5/3/2021
1.0.205 363 5/3/2021
1.0.204 391 5/3/2021
1.0.203 371 4/15/2021
1.0.202 352 4/15/2021
1.0.201 351 4/15/2021
1.0.200 363 4/15/2021
1.0.199 348 4/14/2021
1.0.198 409 3/19/2021
1.0.197 377 3/9/2021
1.0.196 369 3/9/2021
1.0.195 355 3/9/2021
1.0.194 395 3/9/2021
1.0.193 398 3/9/2021
1.0.192 401 3/9/2021
1.0.191 385 2/12/2021
1.0.190 467 1/21/2021
1.0.189 423 1/21/2021
1.0.188 403 1/21/2021
1.0.187 382 1/21/2021
1.0.186 444 1/8/2021
1.0.185 396 1/8/2021
1.0.184 435 11/13/2020
1.0.183 401 11/13/2020
1.0.182 412 11/13/2020
1.0.181 488 10/13/2020
1.0.180 521 10/12/2020
1.0.179 505 8/31/2020
1.0.178 485 8/4/2020
1.0.177 475 7/21/2020
1.0.176 447 7/10/2020
1.0.175 474 7/10/2020
1.0.174 523 5/20/2020
1.0.173 493 5/20/2020
1.0.172 510 5/20/2020
1.0.171 525 5/8/2020
1.0.170 498 4/9/2020
1.0.169 494 4/3/2020
1.0.168 479 3/25/2020
1.0.167 557 3/23/2020
1.0.166 550 2/6/2020
1.0.165 544 12/30/2019
1.0.164 547 12/28/2019
1.0.163 502 12/28/2019
1.0.162 542 12/5/2019
1.0.161 531 12/5/2019
1.0.160 519 11/20/2019
1.0.159 550 10/14/2019
1.0.158 516 10/13/2019
1.0.157 528 10/3/2019
1.0.156 545 9/17/2019
1.0.155 554 9/15/2019
1.0.154 591 6/20/2019
1.0.153 569 6/20/2019
1.0.152 620 6/6/2019
1.0.151 572 6/4/2019
1.0.150 588 5/25/2019
1.0.149 583 5/23/2019
1.0.148 583 5/16/2019
1.0.147 588 5/16/2019
1.0.146 557 5/16/2019
1.0.145 564 5/16/2019