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: 6 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T04:56:02.000Z (8 months ago)
- Last Synced: 2024-10-21T01:08:29.569Z (7 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://www.nuget.org/packages/soenneker.utils.autobogus.fakeiteasy/)
[](https://github.com/soenneker/soenneker.utils.autobogus.fakeiteasy/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.autobogus.fakeiteasy/)#  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()
};
```