awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesArgument Modifier Simulation

Simulation of how methods modify arguments passed by reference (e.g., out or ref parameters).

Distinct from Mutability Modifiers: Distinct from Mutability Modifiers: focuses on simulating parameter modification during a method call rather than language-level variable mutability keywords.

Explore 1 awesome GitHub repository matching data & databases · Argument Modifier Simulation. Refine with filters or upvote what's useful.

Awesome Argument Modifier Simulation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • devlooped/moqAvatar de devlooped

    devlooped/moq

    6,389Voir sur GitHub↗

    Moq is a .NET mocking framework and C# library used to create simulated objects and interfaces. Its primary purpose is to isolate code from external dependencies during unit testing by providing a system for interface simulation and behavioral testing. The framework distinguishes itself through the use of functional specification queries and LINQ-based querying to create declarative mocks. It supports the simulation of complex scenarios, including the automatic generation of recursive mock hierarchies, the implementation of multiple interfaces within a single mock instance, and the ability to

    Mimics the behavior of arguments that modify passed-in variables to verify handling of mutable data.

    C#
    Voir sur GitHub↗6,389
  1. Home
  2. Data & Databases
  3. Data Type Managers
  4. Mutable Types
  5. Mutability Modifiers
  6. Argument Modifier Simulation