http_mock_adapter 0.1.0
http_mock_adapter: ^0.1.0 copied to clipboard
Http mock adapter for Dio & Mockito.
Changelog #
All notable changes to this project will be documented in this file.
Minor versions will be bundled with more important versions.
0.1.0 - 2020-11-20 #
-
Added
- History mixin to keep track of request history
- HTTP methods
- RequestRouted - exposes developer-friendly methods which take in route
- RequestHandler - The handler of requests sent by clients
- DioAdapter without mockito
- Mocked version of DioAdapter
- Tast cases
- Non-sequential responding
-
Removed
- MockHandler - ensures that mock data is saved and retrieved from the disk.
0.0.1 - 2020-11-09 #
- Added
- The MIT License