Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.utils.autobogus.fakeiteasy
An AutoFakerBinder for interfaces and abstract objects using FakeItEasy
https://github.com/soenneker/soenneker.utils.autobogus.fakeiteasy
autobogus bogus csharp dotnet fake fakeiteasy fakeiteasyautofakerbinder fixture mock tests unit util utils
Last synced: about 1 month ago
JSON representation
An AutoFakerBinder for interfaces and abstract objects using FakeItEasy
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.autobogus.fakeiteasy
- Owner: soenneker
- License: mit
- Created: 2024-09-26T01:23:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T04:56:02.000Z (3 months ago)
- Last Synced: 2024-10-21T01:08:29.569Z (3 months ago)
- Topics: autobogus, bogus, csharp, dotnet, fake, fakeiteasy, fakeiteasyautofakerbinder, fixture, mock, tests, unit, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 102 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.fakeiteasy.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.utils.autobogus.fakeiteasy/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.utils.autobogus.fakeiteasy/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.utils.autobogus.fakeiteasy/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.utils.autobogus.fakeiteasy.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.utils.autobogus.fakeiteasy/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Utils.AutoBogus.FakeItEasy
### An AutoFakerBinder for interfaces and abstract objects using FakeItEasy## Installation
```
dotnet add package Soenneker.Utils.AutoBogus.FakeItEasy
```## Usage
```csharp
var faker = new AutoFaker
{
Binder = new FakeItEasyAutoFakerBinder()
};
```