This repository contains a set of small extension packages to make the life of AutoFixture users easier.
The following packages are available:
-
Kralizek.AutoFixture.Extensions.MockHttp
An integration between AutoFixture and MockHttp to make HTTP testing easier. -
Kralizek.AutoFixture.Extensions.AspNetCore.WebApplicationFactory
An integration between AutoFixture and Microsoft.AspNetCore.Mvc.Testing to create integration tests for ASP.NET Core web applications. -
Kralizek.AutoFixture.Extensions.Grpc
An integration between AutoFixture and Grpc.Core.Testing to test GRPC services and components consuming GRPC clients. -
Kralizek.AutoFixture.Extensions.ServiceProvider
An integration between AutoFixture and Microsoft.Extensions.DependencyInjection to resolve registered services. -
Kralizek.AutoFixture.Extensions.Bogus
A library that allows the usage of Bogus to generate fake data in the AutoFixture context. -
Kralizek.AutoFixture.Extensions.AspNetCore.RazorPages
A library that enables the possibility for AutoFixture to create classes inheriting fromPageModel
.
The content of this repository is licensed under the MIT license.