Capgemini.TestHelpers.Xunit
0.1.9
See the version list below for details.
dotnet add package Capgemini.TestHelpers.Xunit --version 0.1.9
NuGet\Install-Package Capgemini.TestHelpers.Xunit -Version 0.1.9
<PackageReference Include="Capgemini.TestHelpers.Xunit" Version="0.1.9" />
paket add Capgemini.TestHelpers.Xunit --version 0.1.9
#r "nuget: Capgemini.TestHelpers.Xunit, 0.1.9"
// Install Capgemini.TestHelpers.Xunit as a Cake Addin #addin nuget:?package=Capgemini.TestHelpers.Xunit&version=0.1.9 // Install Capgemini.TestHelpers.Xunit as a Cake Tool #tool nuget:?package=Capgemini.TestHelpers.Xunit&version=0.1.9
Fluent helpers to abstract the boiler-plate associated with Unit Testing
Product | Versions 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 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. 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. |
-
.NETCoreApp 2.2
- FluentAssertions (>= 5.9.0)
- Newtonsoft.Json (>= 12.0.2)
- System.ComponentModel.Annotations (>= 4.5.0)
- xunit (>= 2.4.1)
-
.NETStandard 2.0
- FluentAssertions (>= 5.9.0)
- Newtonsoft.Json (>= 12.0.2)
- System.ComponentModel.Annotations (>= 4.5.0)
- xunit (>= 2.4.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Capgemini.TestHelpers.Xunit:
Package | Downloads |
---|---|
Capgemini.TestHelpers.AspNetCore.Xunit
XUnit extensions to aid testing ASP.Net Core-specific properties / attributes etc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.2 | 1,385 | 2/3/2020 |
0.3.1 | 537 | 1/27/2020 |
0.3.0 | 582 | 1/14/2020 |
0.2.3 | 492 | 1/14/2020 |
0.2.2 | 575 | 1/10/2020 |
0.2.1 | 506 | 1/9/2020 |
0.2.0 | 535 | 1/2/2020 |
0.1.9 | 881 | 11/12/2019 |
0.1.1 | 740 | 9/17/2019 |
0.1.0 | 982 | 5/20/2019 |
0.0.5 | 606 | 5/9/2019 |
0.0.4 | 597 | 5/3/2019 |
0.0.3 | 560 | 5/3/2019 |
0.0.2 | 799 | 5/2/2019 |
0.0.1 | 707 | 5/2/2019 |
Add 'Internal' versions of ContainsTheExpectedPublicMethodWithTheCorrectReturnType and ContainsTheExpectedPublicMethodWithCorrectParametersAndReturnType.
Add license acceptance.
Add AndMethodIsVirtual / MethodIsVirtual method-checks.
Fix ContainsTheExpectedMutableAndImmutableProperties when either no mutable or no immutable properties found.