https://github.com/rlch/mocker
https://github.com/rlch/mocker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rlch/mocker
- Owner: rlch
- Created: 2022-05-26T03:01:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T03:13:42.000Z (about 3 years ago)
- Last Synced: 2025-01-16T22:47:06.376Z (5 months ago)
- Language: Dart
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Mocker
Allows configurable runtime mocking of any Object at runtime, through reflection.
To be primarily used for testing, in packages that don't require the Flutter SDK.