Skip to content

PatchworkHorse/HostFixture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HostFixture

Overview

HostFixture is a .NET library designed to simplify the process of setting up and configuring IHost instances for integration testing.

Features

  • Fluent API for configuring, registering, and replacing IServiceCollection entries.
  • Programmable HTTP responses and callbacks for injected HttpClient instances, including fluent filtering for both HttpRequest and HttpResponse objects.
  • Easy integration with existing .NET hosting infrastructure.
  • Extensible design to accommodate custom configurations and extensions.

Installation

Currently, there is no package generated for this project; this is in the near-term to-do. To try it out, clone this repo and reference the namespaces directly.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions, comments, or feedback, use the contact information listed at https://github.com/PatchworkHorse

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages