Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.utils.autobogus.moq
An AutoFakerBinder for interfaces and abstract methods using Moq
https://github.com/soenneker/soenneker.utils.autobogus.moq
autobogus bogus csharp dotnet fixture moq moqautofakerbinder tests unit util utils
Last synced: about 1 month ago
JSON representation
An AutoFakerBinder for interfaces and abstract methods using Moq
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.autobogus.moq
- Owner: soenneker
- License: mit
- Created: 2024-09-25T21:23:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T23:06:26.000Z (2 months ago)
- Last Synced: 2024-10-23T14:13:22.860Z (2 months ago)
- Topics: autobogus, bogus, csharp, dotnet, fixture, moq, moqautofakerbinder, tests, unit, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/nuget/v/soenneker.utils.autobogus.moq.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.utils.autobogus.moq/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.utils.autobogus.moq/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.utils.autobogus.moq/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.utils.autobogus.moq.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.utils.autobogus.moq/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Utils.AutoBogus.Moq
### An AutoFakerBinder for interfaces and abstract objects using Moq## Installation
```
dotnet add package Soenneker.Utils.AutoBogus.Moq
```## Usage
```csharp
var faker = new AutoFaker
{
Binder = new MoqAutoFakerBinder()
};
```