ShipitSmarter TestHelpers is a set of functions that helps us make unit testing and integration testing easier
Specific documentation and usage of the library can be found here
- Mocking of IOptions
- Faking Http requests and retrieving the request made
- Ignoring exception
- Swapping services created during dependency injection with test implementations
Install via Nuget
dotnet add package ShipitSmarter.TestHelpers
There is no specific roadmap defined for this project and we will be adding things as we see the need for them arise or we find a lot of similar code in use in other projects.
This project is licensed under MIT