Google
×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Jul 31, 2024 · Documentation ¶. Overview ¶. Package moq is used by test code to interact with Moqueries mocks. Index ¶. func FnString(fn interface{}) string; type AnyTimer.
Apr 8, 2024 · Learn how to use Moq for mocking objects like classes and interfaces in an xUnit test project when writing unit tests for .NET and C# projects.
Missing: documentation | Show results with:documentation
Apr 26, 2024 · Moq is my preferred mocking tool for .NET. Although it has rather good documentation, it doesn't include an example for what I needed, so it took me a while ...
Aug 24, 2024 · The most popular and friendly mocking framework for .NET - Issues · devlooped/moq.
Feb 19, 2024 · How to do? ♀. Mark the mock setup for the method as Verifiable and then call the Verify method on the mock object.
Mar 8, 2024 · Following Moq, NSubstitute is at the moment the second most popular lightweight library for creating fake objects.
Dec 4, 2023 · This is a collection of helpful scripts for local development. Check the source for each script for a list of useful arguments.
6 days ago · Documentation: Unit tests act as living documentation, showing how different parts of the application are supposed to function. In this article, we have ...
Dec 5, 2023 · In this article, you learn how to write unit tests for the Azure SDK for .NET that isolate your dependencies to make your tests more reliable.