You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Gísli Konráð Björnsson edited this page Mar 8, 2019
·
5 revisions
Solid.Testing
Library
Solid.Testing is a collection of libraries designed to help you test the untestable in your aspnetcore or owin applications. The untestable are usually things like
Validation attributes
Authentication handlers
Authorization policies
Middleware pipeline integration
The library is fully async and fully extendable. Also, since it's built on top of Solid.Http, which is also fully extendable, then all extensions written for Solid.Http will work with Solid.Testing when performing the request to the in
memory host.