Namespace BlazorFocused.Tools
Classes
HttpClientBuilderExtensions
Extensions for
ToolsBuilder
Provides implementations of ISimulatedHttp and ITestLogger<T> for testing
Interfaces
ISimulatedHttp
Simulates HttpClient transactions for testing and providing mock data
ISimulatedHttpSetup
Handles configuration/simulated response returned for a request from ISimulatedHttp
ITestLogger<T>
Mock Logger used to capture/test logs within a given class