Moq.FSharp.Extensions
0.2.0
The Moq.FSharp.Extensions provide extension methods and functions to enhance the Moq experience in F#.
Install-Package Moq.FSharp.Extensions -Version 0.2.0
dotnet add package Moq.FSharp.Extensions --version 0.2.0
paket add Moq.FSharp.Extensions --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Set up a method function mock.SetupFunc(fun items -> items.Contains(any())).Returns(true).End
Dependencies
-
- Moq (>= 4.0.10827)