GenerateCapturingMock that captures calls made to it (#425)

This commit is contained in:
Patrick Stevens
2025-09-18 15:42:10 +01:00
committed by GitHub
parent 738e0c1f1b
commit 1b85182b9d
30 changed files with 2113 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
namespace WoofWare.Myriad.Plugins
[<RequireQualifiedAccess>]
module internal Tuple =
let withLeft left right = left, right
let withRight right left = left, right