-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Labels
Description
I have been using your library for property-based testing in my C# projects and I am pretty comfortable with that. However, I now have a complex cache that I have built and wanted to use model-based testing to exercise that to make sure I have any edge cases covered.
I have been looking at your documentation and I am struggling to get my head around it as I do not know F#.
Do you have any simple examples testing something like a Dictionary in C# available? I should be able to work it out from there.
I found this article, but as I do not understand the system under test I am struggling to follow the implementation.