TrueFakes 1.1.0.375
See the version list below for details.
dotnet add package TrueFakes --version 1.1.0.375
NuGet\Install-Package TrueFakes -Version 1.1.0.375
<PackageReference Include="TrueFakes" Version="1.1.0.375" />
paket add TrueFakes --version 1.1.0.375
#r "nuget: TrueFakes, 1.1.0.375"
// Install TrueFakes as a Cake Addin #addin nuget:?package=TrueFakes&version=1.1.0.375 // Install TrueFakes as a Cake Tool #tool nuget:?package=TrueFakes&version=1.1.0.375
Xamarin based mocking framework that really helps to isolate dependencies in your mobile unit tests.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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 is compatible. |
MonoTouch | monotouch is compatible. |
Xamarin.iOS | xamarinios is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added Recursive Mocking support. Now you do not have to generate tons of dependent fakes.
- Added checking call order support.
- Added Portable Class Libraries support. Now you can isolate dependencies which are in the PCL.
- Added ability to arrange properties which have only `set`, but have no `get` accessor.
- Fixed minor bugs in the framework and the fake generation utility.